Skip to content

Commit b0069da

Browse files
Update module github.com/docker/docker to v24.0.9+incompatible
1 parent 2315186 commit b0069da

File tree

10 files changed

+15
-5
lines changed

10 files changed

+15
-5
lines changed

extension/observer/dockerobserver/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/extension/obser
33
go 1.21
44

55
require (
6-
github.com/docker/docker v24.0.8+incompatible
6+
github.com/docker/docker v24.0.9+incompatible
77
github.com/docker/go-connections v0.5.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer v0.94.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.94.0

extension/observer/dockerobserver/go.sum

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/docker/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/internal/docker
33
go 1.21
44

55
require (
6-
github.com/docker/docker v24.0.8+incompatible
6+
github.com/docker/docker v24.0.9+incompatible
77
github.com/gobwas/glob v0.2.3
88
github.com/stretchr/testify v1.8.4
99
go.uber.org/zap v1.26.0

internal/docker/go.sum

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/k8stest/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8stes
33
go 1.21
44

55
require (
6-
github.com/docker/docker v24.0.8+incompatible
6+
github.com/docker/docker v24.0.9+incompatible
77
github.com/stretchr/testify v1.8.4
88
k8s.io/api v0.28.4
99
k8s.io/apimachinery v0.28.4

internal/k8stest/go.sum

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/metadataproviders/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/Showmax/go-fqdn v1.0.0
77
github.com/aws/aws-sdk-go v1.50.14
8-
github.com/docker/docker v24.0.8+incompatible
8+
github.com/docker/docker v24.0.9+incompatible
99
github.com/hashicorp/consul/api v1.27.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.94.0
1111
github.com/stretchr/testify v1.8.4

internal/metadataproviders/go.sum

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

receiver/dockerstatsreceiver/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/docker
33
go 1.21
44

55
require (
6-
github.com/docker/docker v24.0.8+incompatible
6+
github.com/docker/docker v24.0.9+incompatible
77
github.com/google/go-cmp v0.6.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/internal/docker v0.94.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.94.0

receiver/dockerstatsreceiver/go.sum

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)