Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit ecf4cc2

Browse files
authored
Merge pull request #1309 from vania-pooh/master
Using more recent Docker client version (related to #1306)
2 parents 7697bbc + 1769da0 commit ecf4cc2

File tree

2 files changed

+33
-78
lines changed

2 files changed

+33
-78
lines changed

go.mod

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,29 @@ go 1.20
44

55
require (
66
github.com/aandryashin/matchers v0.0.0-20161126170413-435295ea180e
7-
github.com/aerokube/ggr v0.0.0-20220530075522-e83d8e58ba43
8-
github.com/aerokube/util v0.0.0-20200816065139-4ca0222e7686
9-
github.com/aws/aws-sdk-go v1.44.137
10-
github.com/docker/docker v20.10.17+incompatible
7+
github.com/aerokube/ggr v0.0.0-20221124163939-c041f40a7e45
8+
github.com/aerokube/util v1.0.0
9+
github.com/aws/aws-sdk-go v1.44.197
10+
github.com/docker/docker v23.0.0+incompatible
1111
github.com/docker/go-connections v0.4.0
12-
github.com/docker/go-units v0.4.0
12+
github.com/docker/go-units v0.5.0
1313
github.com/gorilla/websocket v1.5.0
1414
github.com/imdario/mergo v0.3.13
1515
github.com/mafredri/cdp v0.33.0
1616
github.com/pborman/uuid v1.2.1
1717
github.com/pkg/errors v0.9.1
18-
golang.org/x/net v0.1.0
18+
golang.org/x/net v0.5.0
1919
)
2020

2121
require (
22-
github.com/Microsoft/go-winio v0.5.2 // indirect
22+
github.com/Microsoft/go-winio v0.6.0 // indirect
2323
github.com/docker/distribution v2.8.1+incompatible // indirect
2424
github.com/gogo/protobuf v1.3.2 // indirect
2525
github.com/google/uuid v1.0.0 // indirect
2626
github.com/jmespath/go-jmespath v0.4.0 // indirect
27-
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
2827
github.com/opencontainers/go-digest v1.0.0 // indirect
2928
github.com/opencontainers/image-spec v1.0.2 // indirect
30-
github.com/sirupsen/logrus v1.7.0 // indirect
31-
golang.org/x/sys v0.1.0 // indirect
32-
gotest.tools/v3 v3.2.0 // indirect
29+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
30+
golang.org/x/sys v0.4.0 // indirect
31+
golang.org/x/tools v0.1.12 // indirect
3332
)

0 commit comments

Comments
 (0)