Skip to content

Commit 753eb63

Browse files
authored
[chore] bump docker dependency (#41953)
Signed-off-by: alex boten <[email protected]>
1 parent 460921e commit 753eb63

File tree

72 files changed

+140
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+140
-110
lines changed

exporter/prometheusexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ require (
7575
github.com/dennwc/varint v1.0.0 // indirect
7676
github.com/digitalocean/godo v1.152.0 // indirect
7777
github.com/distribution/reference v0.6.0 // indirect
78-
github.com/docker/docker v28.2.2+incompatible // indirect
78+
github.com/docker/docker v28.3.3+incompatible // indirect
7979
github.com/docker/go-connections v0.6.0 // indirect
8080
github.com/docker/go-units v0.5.0 // indirect
8181
github.com/edsrzf/mmap-go v1.2.0 // indirect

exporter/prometheusexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/prometheusremotewriteexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/pulsarexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/rabbitmqexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ require (
3535
github.com/cpuguy83/dockercfg v0.3.2 // indirect
3636
github.com/davecgh/go-spew v1.1.1 // indirect
3737
github.com/distribution/reference v0.6.0 // indirect
38-
github.com/docker/docker v28.2.2+incompatible // indirect
38+
github.com/docker/docker v28.3.3+incompatible // indirect
3939
github.com/docker/go-connections v0.6.0 // indirect
4040
github.com/docker/go-units v0.5.0 // indirect
4141
github.com/ebitengine/purego v0.8.4 // indirect

exporter/rabbitmqexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/observer/k8sobserver/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ require (
2929
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
3030
github.com/Microsoft/go-winio v0.6.1 // indirect
3131
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
32+
github.com/containerd/errdefs v1.0.0 // indirect
33+
github.com/containerd/errdefs/pkg v0.3.0 // indirect
3234
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3335
github.com/distribution/reference v0.5.0 // indirect
34-
github.com/docker/docker v28.1.1+incompatible // indirect
36+
github.com/docker/docker v28.3.3+incompatible // indirect
3537
github.com/docker/go-connections v0.4.0 // indirect
3638
github.com/docker/go-units v0.5.0 // indirect
3739
github.com/emicklei/go-restful/v3 v3.11.0 // indirect

extension/observer/k8sobserver/go.sum

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/coreinternal/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require (
4141
github.com/cpuguy83/dockercfg v0.3.2 // indirect
4242
github.com/davecgh/go-spew v1.1.1 // indirect
4343
github.com/distribution/reference v0.6.0 // indirect
44-
github.com/docker/docker v28.2.2+incompatible // indirect
44+
github.com/docker/docker v28.3.3+incompatible // indirect
4545
github.com/docker/go-units v0.5.0 // indirect
4646
github.com/ebitengine/purego v0.8.4 // indirect
4747
github.com/felixge/httpsnoop v1.0.4 // indirect

internal/coreinternal/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)