Skip to content

Commit 5199df6

Browse files
authored
Merge pull request #458 from gravitl/dependabot/go_modules/github.com/docker/docker-25.0.6incompatible
Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible
2 parents 260cdd9 + 26dcc7d commit 5199df6

File tree

2 files changed

+85
-40
lines changed

2 files changed

+85
-40
lines changed

go.mod

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,32 @@ require (
1515
github.com/spf13/cobra v1.7.0
1616
github.com/spf13/viper v1.16.0
1717
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
18-
golang.org/x/crypto v0.21.0
18+
golang.org/x/crypto v0.26.0
1919
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
2020
gopkg.in/yaml.v3 v3.0.1
2121
)
2222

2323
require (
2424
github.com/Microsoft/go-winio v0.6.1 // indirect
25+
github.com/containerd/log v0.1.0 // indirect
2526
github.com/devilcove/httpclient v0.6.0 // indirect
26-
github.com/docker/distribution v2.8.2+incompatible // indirect
27-
github.com/docker/docker v24.0.9+incompatible // indirect
27+
github.com/distribution/reference v0.6.0 // indirect
28+
github.com/docker/docker v25.0.6+incompatible // indirect
2829
github.com/docker/go-connections v0.4.0 // indirect
2930
github.com/docker/go-units v0.5.0 // indirect
31+
github.com/felixge/httpsnoop v1.0.4 // indirect
3032
github.com/fsnotify/fsnotify v1.6.0 // indirect
3133
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
34+
github.com/go-logr/logr v1.4.2 // indirect
35+
github.com/go-logr/stdr v1.2.2 // indirect
3236
github.com/go-playground/locales v0.14.1 // indirect
3337
github.com/go-playground/universal-translator v0.18.1 // indirect
3438
github.com/go-playground/validator/v10 v10.15.0 // indirect
3539
github.com/gogo/protobuf v1.3.2 // indirect
3640
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
3741
github.com/golang/protobuf v1.5.3 // indirect
3842
github.com/google/go-querystring v1.1.0 // indirect
39-
github.com/google/uuid v1.3.0 // indirect
43+
github.com/google/uuid v1.6.0 // indirect
4044
github.com/gorilla/mux v1.8.0 // indirect
4145
github.com/hashicorp/go-version v1.6.0 // indirect
4246
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -63,16 +67,23 @@ require (
6367
github.com/vishvananda/netlink v1.1.0 // indirect
6468
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
6569
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
66-
golang.org/x/mod v0.8.0 // indirect
67-
golang.org/x/net v0.23.0 // indirect
70+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
71+
go.opentelemetry.io/otel v1.29.0 // indirect
72+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29.0 // indirect
73+
go.opentelemetry.io/otel/metric v1.29.0 // indirect
74+
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
75+
go.opentelemetry.io/otel/trace v1.29.0 // indirect
76+
golang.org/x/mod v0.17.0 // indirect
77+
golang.org/x/net v0.28.0 // indirect
6878
golang.org/x/oauth2 v0.11.0 // indirect
69-
golang.org/x/sys v0.18.0 // indirect
70-
golang.org/x/text v0.14.0 // indirect
79+
golang.org/x/sync v0.8.0 // indirect
80+
golang.org/x/sys v0.24.0 // indirect
81+
golang.org/x/text v0.17.0 // indirect
7182
golang.org/x/time v0.1.0 // indirect
72-
golang.org/x/tools v0.6.0 // indirect
83+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
7384
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20221104135756-97bc4ad4a1cb // indirect
7485
google.golang.org/appengine v1.6.7 // indirect
75-
google.golang.org/protobuf v1.33.0 // indirect
86+
google.golang.org/protobuf v1.34.2 // indirect
7687
gopkg.in/ini.v1 v1.67.0 // indirect
7788
gopkg.in/yaml.v2 v2.4.0 // indirect
7889
)

0 commit comments

Comments
 (0)