Skip to content

Commit 8b0e0dc

Browse files
Bump github.com/docker/docker in /test/e2e
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.7+incompatible to 25.0.6+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v24.0.7...v25.0.6) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b87895 commit 8b0e0dc

File tree

2 files changed

+76
-32
lines changed

2 files changed

+76
-32
lines changed

test/e2e/go.mod

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,23 @@ require (
3131
github.com/beorn7/perks v1.0.1 // indirect
3232
github.com/blang/semver/v4 v4.0.0 // indirect
3333
github.com/cespare/xxhash/v2 v2.2.0 // indirect
34+
github.com/containerd/log v0.1.0 // indirect
3435
github.com/coredns/caddy v1.1.0 // indirect
3536
github.com/coredns/corefile-migration v1.0.21 // indirect
3637
github.com/davecgh/go-spew v1.1.1 // indirect
38+
github.com/distribution/reference v0.6.0 // indirect
3739
github.com/docker/distribution v2.8.2+incompatible // indirect
38-
github.com/docker/docker v24.0.7+incompatible // indirect
40+
github.com/docker/docker v25.0.6+incompatible // indirect
3941
github.com/docker/go-connections v0.4.0 // indirect
4042
github.com/docker/go-units v0.4.0 // indirect
4143
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
4244
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
4345
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
4446
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
47+
github.com/felixge/httpsnoop v1.0.3 // indirect
4548
github.com/fsnotify/fsnotify v1.6.0 // indirect
46-
github.com/go-logr/logr v1.4.1 // indirect
49+
github.com/go-logr/logr v1.4.2 // indirect
50+
github.com/go-logr/stdr v1.2.2 // indirect
4751
github.com/go-openapi/jsonpointer v0.19.5 // indirect
4852
github.com/go-openapi/jsonreference v0.20.0 // indirect
4953
github.com/go-openapi/swag v0.22.3 // indirect
@@ -61,7 +65,7 @@ require (
6165
github.com/google/gofuzz v1.2.0 // indirect
6266
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
6367
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2 // indirect
64-
github.com/google/uuid v1.3.0 // indirect
68+
github.com/google/uuid v1.6.0 // indirect
6569
github.com/hashicorp/hcl v1.0.0 // indirect
6670
github.com/huandu/xstrings v1.3.3 // indirect
6771
github.com/imdario/mergo v0.3.13 // indirect
@@ -97,18 +101,24 @@ require (
97101
github.com/stoewer/go-strcase v1.2.0 // indirect
98102
github.com/subosito/gotenv v1.4.2 // indirect
99103
github.com/valyala/fastjson v1.6.4 // indirect
100-
golang.org/x/crypto v0.23.0 // indirect
101-
golang.org/x/net v0.25.0 // indirect
104+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.0 // indirect
105+
go.opentelemetry.io/otel v1.28.0 // indirect
106+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
107+
go.opentelemetry.io/otel/metric v1.28.0 // indirect
108+
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
109+
go.opentelemetry.io/otel/trace v1.28.0 // indirect
110+
golang.org/x/crypto v0.24.0 // indirect
111+
golang.org/x/net v0.26.0 // indirect
102112
golang.org/x/oauth2 v0.6.0 // indirect
103-
golang.org/x/sys v0.20.0 // indirect
104-
golang.org/x/term v0.20.0 // indirect
105-
golang.org/x/text v0.15.0 // indirect
113+
golang.org/x/sys v0.21.0 // indirect
114+
golang.org/x/term v0.21.0 // indirect
115+
golang.org/x/text v0.16.0 // indirect
106116
golang.org/x/time v0.3.0 // indirect
107-
golang.org/x/tools v0.21.0 // indirect
117+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
108118
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
109119
google.golang.org/appengine v1.6.7 // indirect
110120
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
111-
google.golang.org/protobuf v1.33.0 // indirect
121+
google.golang.org/protobuf v1.34.2 // indirect
112122
gopkg.in/inf.v0 v0.9.1 // indirect
113123
gopkg.in/ini.v1 v1.67.0 // indirect
114124
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)