Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/docker/docker from 20.10.16+incompatible to 24.0.7+incompatible in /extension/observer/dockerobserver #10096

Open
wants to merge 1 commit into
base: appdynamics
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions 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.17

require (
github.com/docker/docker v20.10.16+incompatible
github.com/docker/docker v24.0.7+incompatible
github.com/docker/go-connections v0.4.1-0.20210727194412-58542c764a11
github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer v0.51.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.51.0
Expand Down Expand Up @@ -40,7 +40,6 @@ require (
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
go.opentelemetry.io/collector/pdata v0.51.0 // indirect
go.opentelemetry.io/otel v1.7.0 // indirect
go.opentelemetry.io/otel/metric v0.30.0 // indirect
Expand Down
Loading
Loading