Skip to content

Commit 88089d6

Browse files
Bump github.com/docker/docker in /internal/metadataproviders
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.18+incompatible to 27.2.0+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v20.10.18...v27.2.0) --- 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 1d620bf commit 88089d6

File tree

2 files changed

+64
-23
lines changed

2 files changed

+64
-23
lines changed

internal/metadataproviders/go.mod

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,23 @@ go 1.18
55
require (
66
github.com/Showmax/go-fqdn v1.0.0
77
github.com/aws/aws-sdk-go v1.44.106
8-
github.com/docker/docker v20.10.18+incompatible
8+
github.com/docker/docker v27.2.0+incompatible
99
github.com/hashicorp/consul/api v1.15.2
10-
github.com/stretchr/testify v1.8.0
10+
github.com/stretchr/testify v1.9.0
1111
)
1212

1313
require (
1414
github.com/Microsoft/go-winio v0.5.2 // indirect
1515
github.com/armon/go-metrics v0.3.10 // indirect
16+
github.com/containerd/log v0.1.0 // indirect
1617
github.com/davecgh/go-spew v1.1.1 // indirect
17-
github.com/docker/distribution v2.8.1+incompatible // indirect
18+
github.com/distribution/reference v0.6.0 // indirect
1819
github.com/docker/go-connections v0.4.0 // indirect
1920
github.com/docker/go-units v0.4.0 // indirect
2021
github.com/fatih/color v1.13.0 // indirect
22+
github.com/felixge/httpsnoop v1.0.4 // indirect
23+
github.com/go-logr/logr v1.4.2 // indirect
24+
github.com/go-logr/stdr v1.2.2 // indirect
2125
github.com/gogo/protobuf v1.3.2 // indirect
2226
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
2327
github.com/hashicorp/go-hclog v1.3.1 // indirect
@@ -30,16 +34,22 @@ require (
3034
github.com/mattn/go-isatty v0.0.14 // indirect
3135
github.com/mitchellh/go-homedir v1.1.0 // indirect
3236
github.com/mitchellh/mapstructure v1.4.1 // indirect
37+
github.com/moby/docker-image-spec v1.3.1 // indirect
3338
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
3439
github.com/morikuni/aec v1.0.0 // indirect
3540
github.com/opencontainers/go-digest v1.0.0 // indirect
3641
github.com/opencontainers/image-spec v1.0.2 // indirect
3742
github.com/pkg/errors v0.9.1 // indirect
3843
github.com/pmezard/go-difflib v1.0.0 // indirect
39-
github.com/sirupsen/logrus v1.8.1 // indirect
40-
github.com/stretchr/objx v0.4.0 // indirect
41-
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
42-
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
44+
github.com/stretchr/objx v0.5.2 // indirect
45+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
46+
go.opentelemetry.io/otel v1.29.0 // indirect
47+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29.0 // indirect
48+
go.opentelemetry.io/otel/metric v1.29.0 // indirect
49+
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
50+
go.opentelemetry.io/otel/trace v1.29.0 // indirect
51+
golang.org/x/net v0.28.0 // indirect
52+
golang.org/x/sys v0.24.0 // indirect
4353
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
4454
gopkg.in/yaml.v3 v3.0.1 // indirect
4555
gotest.tools/v3 v3.2.0 // indirect

internal/metadataproviders/go.sum

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

0 commit comments

Comments
 (0)