Skip to content

Commit

Permalink
docker v23, fixes #40
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Mar 29, 2023
1 parent e8522b9 commit cdcea02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 48 deletions.
7 changes: 1 addition & 6 deletions go.mod
@@ -1,16 +1,13 @@
module github.com/miku/esbulk

require (
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/containerd/containerd v1.7.0 // indirect
github.com/docker/docker v20.10.23+incompatible // indirect
github.com/docker/docker v23.0.2+incompatible // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/klauspost/compress v1.16.3 // indirect
github.com/klauspost/pgzip v1.2.5
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
github.com/opencontainers/runc v1.1.4 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/segmentio/encoding v0.3.6
github.com/sethgrid/pester v1.2.0
Expand All @@ -21,6 +18,4 @@ require (
google.golang.org/protobuf v1.30.0 // indirect
)

replace github.com/docker/docker => github.com/docker/docker v20.10.3-0.20221013203545-33ab36d6b304+incompatible // 22.06 branch

go 1.11

0 comments on commit cdcea02

Please sign in to comment.