Skip to content

Commit f4d2b5a

Browse files
Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.7+incompatible to 25.0.3+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v24.0.7...v25.0.3) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc0f611 commit f4d2b5a

File tree

2 files changed

+11
-75
lines changed

2 files changed

+11
-75
lines changed

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.21.4
66

77
require (
88
dagger.io/dagger v0.9.6
9-
github.com/docker/docker v24.0.7+incompatible
9+
github.com/docker/docker v25.0.3+incompatible
1010
github.com/docker/go-units v0.5.0
1111
github.com/grafana/grafana-plugin-sdk-go v0.199.0
1212
github.com/grafana/sqlds/v2 v2.7.2
@@ -23,12 +23,16 @@ require (
2323
github.com/adrg/xdg v0.4.0 // indirect
2424
github.com/apache/arrow/go/v13 v13.0.0 // indirect
2525
github.com/containerd/log v0.1.0 // indirect
26+
github.com/distribution/reference v0.5.0 // indirect
27+
github.com/felixge/httpsnoop v1.0.4 // indirect
2628
github.com/goccy/go-json v0.10.0 // indirect
2729
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2830
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
2931
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
32+
github.com/moby/sys/user v0.1.0 // indirect
3033
github.com/vektah/gqlparser/v2 v2.5.6 // indirect
3134
github.com/zeebo/xxh3 v1.0.2 // indirect
35+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
3236
go.opentelemetry.io/contrib/samplers/jaegerremote v0.15.1 // indirect
3337
golang.org/x/sync v0.4.0 // indirect
3438
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
@@ -49,7 +53,6 @@ require (
4953
github.com/cpuguy83/dockercfg v0.3.1 // indirect
5054
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
5155
github.com/davecgh/go-spew v1.1.1 // indirect
52-
github.com/docker/distribution v2.8.2+incompatible // indirect
5356
github.com/docker/go-connections v0.4.0 // indirect
5457
github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a // indirect
5558
github.com/fatih/color v1.15.0 // indirect
@@ -101,7 +104,6 @@ require (
101104
github.com/olekukonko/tablewriter v0.0.5 // indirect
102105
github.com/opencontainers/go-digest v1.0.0 // indirect
103106
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
104-
github.com/opencontainers/runc v1.1.9 // indirect
105107
github.com/perimeterx/marshmallow v1.1.5 // indirect
106108
github.com/pierrec/lz4/v4 v4.1.18 // indirect
107109
github.com/pmezard/go-difflib v1.0.0 // indirect

0 commit comments

Comments
 (0)