Skip to content

Commit

Permalink
Update module github.com/docker/docker to v27.5.0+incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 67afa80 commit 4e34268
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extension/observer/dockerobserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/extension/obser
go 1.22.0

require (
github.com/docker/docker v27.4.1+incompatible
github.com/docker/docker v27.5.0+incompatible
github.com/docker/go-connections v0.5.0
github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer v0.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.117.0
Expand Down
2 changes: 2 additions & 0 deletions extension/observer/dockerobserver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extension/storage/dbstorage/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/extension/stora
go 1.22.0

require (
github.com/docker/docker v27.4.1+incompatible
github.com/docker/docker v27.5.0+incompatible
github.com/docker/go-connections v0.5.0
github.com/jackc/pgx/v5 v5.7.2
github.com/mattn/go-sqlite3 v1.14.24
Expand Down
2 changes: 2 additions & 0 deletions extension/storage/dbstorage/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/docker/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
github.com/Microsoft/go-winio v0.6.2
github.com/docker/docker v27.4.1+incompatible
github.com/docker/docker v27.5.0+incompatible
github.com/gobwas/glob v0.2.3
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/collector/confmap v1.23.0
Expand Down
2 changes: 2 additions & 0 deletions internal/docker/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/k8stest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8stes
go 1.22.0

require (
github.com/docker/docker v27.4.1+incompatible
github.com/docker/docker v27.5.0+incompatible
github.com/stretchr/testify v1.10.0
k8s.io/api v0.31.3
k8s.io/apimachinery v0.31.3
Expand Down
2 changes: 2 additions & 0 deletions internal/k8stest/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/metadataproviders/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/Showmax/go-fqdn v1.0.0
github.com/aws/aws-sdk-go-v2 v1.32.8
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.23
github.com/docker/docker v27.4.1+incompatible
github.com/docker/docker v27.5.0+incompatible
github.com/hashicorp/consul/api v1.31.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.117.0
github.com/shirou/gopsutil/v4 v4.24.12
Expand Down
2 changes: 2 additions & 0 deletions internal/metadataproviders/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/dockerstatsreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/docker
go 1.22.0

require (
github.com/docker/docker v27.4.1+incompatible
github.com/docker/docker v27.5.0+incompatible
github.com/google/go-cmp v0.6.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/docker v0.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.117.0
Expand Down
2 changes: 2 additions & 0 deletions receiver/dockerstatsreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4e34268

Please sign in to comment.