Skip to content

Commit

Permalink
Merge pull request #1309 from vania-pooh/master
Browse files Browse the repository at this point in the history
Using more recent Docker client version (related to #1306)
  • Loading branch information
vania-pooh committed Feb 9, 2023
2 parents 7697bbc + 1769da0 commit ecf4cc2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 78 deletions.
21 changes: 10 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,29 @@ go 1.20

require (
github.com/aandryashin/matchers v0.0.0-20161126170413-435295ea180e
github.com/aerokube/ggr v0.0.0-20220530075522-e83d8e58ba43
github.com/aerokube/util v0.0.0-20200816065139-4ca0222e7686
github.com/aws/aws-sdk-go v1.44.137
github.com/docker/docker v20.10.17+incompatible
github.com/aerokube/ggr v0.0.0-20221124163939-c041f40a7e45
github.com/aerokube/util v1.0.0
github.com/aws/aws-sdk-go v1.44.197
github.com/docker/docker v23.0.0+incompatible
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0
github.com/docker/go-units v0.5.0
github.com/gorilla/websocket v1.5.0
github.com/imdario/mergo v0.3.13
github.com/mafredri/cdp v0.33.0
github.com/pborman/uuid v1.2.1
github.com/pkg/errors v0.9.1
golang.org/x/net v0.1.0
golang.org/x/net v0.5.0
)

require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/uuid v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
golang.org/x/sys v0.1.0 // indirect
gotest.tools/v3 v3.2.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/tools v0.1.12 // indirect
)
Loading

0 comments on commit ecf4cc2

Please sign in to comment.