Skip to content

Commit 8fb4613

Browse files
chore(deps): bump github.com/docker/docker (#1405)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.1.1+incompatible to 28.0.0+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v27.1.1...v28.0.0) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-version: 28.0.0+incompatible dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 555e8fc commit 8fb4613

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/bits-and-blooms/bitset v1.4.0
1010
github.com/bmizerany/perks v0.0.0-20141205001514-d9a9656a3a4b
1111
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
12-
github.com/docker/docker v27.1.1+incompatible
12+
github.com/docker/docker v28.0.0+incompatible
1313
github.com/docker/go-connections v0.5.0
1414
github.com/golang-jwt/jwt/v5 v5.2.2
1515
github.com/golang/protobuf v1.5.4
@@ -37,13 +37,13 @@ require (
3737
require (
3838
dario.cat/mergo v1.0.0 // indirect
3939
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
40+
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
4041
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
4142
github.com/Microsoft/go-winio v0.6.2 // indirect
4243
github.com/ardielle/ardielle-go v1.5.2 // indirect
4344
github.com/beorn7/perks v1.0.1 // indirect
4445
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
4546
github.com/cespare/xxhash/v2 v2.3.0 // indirect
46-
github.com/containerd/containerd v1.7.27 // indirect
4747
github.com/containerd/log v0.1.0 // indirect
4848
github.com/containerd/platforms v0.2.1 // indirect
4949
github.com/cpuguy83/dockercfg v0.3.2 // indirect
@@ -99,7 +99,9 @@ require (
9999
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
100100
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
101101
go.opentelemetry.io/otel v1.34.0 // indirect
102+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 // indirect
102103
go.opentelemetry.io/otel/metric v1.34.0 // indirect
104+
go.opentelemetry.io/otel/sdk v1.21.0 // indirect
103105
go.opentelemetry.io/otel/trace v1.34.0 // indirect
104106
golang.org/x/crypto v0.36.0 // indirect
105107
golang.org/x/net v0.38.0 // indirect

go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqy
2626
github.com/cenkalti/backoff/v4 v4.2.1/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
2727
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
2828
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
29-
github.com/containerd/containerd v1.7.27 h1:yFyEyojddO3MIGVER2xJLWoCIn+Up4GaHFquP7hsFII=
30-
github.com/containerd/containerd v1.7.27/go.mod h1:xZmPnl75Vc+BLGt4MIfu6bp+fy03gdHAn9bz+FreFR0=
3129
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
3230
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
3331
github.com/containerd/platforms v0.2.1 h1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A=
@@ -47,8 +45,8 @@ github.com/dimfeld/httptreemux v5.0.1+incompatible h1:Qj3gVcDNoOthBAqftuD596rm4w
4745
github.com/dimfeld/httptreemux v5.0.1+incompatible/go.mod h1:rbUlSV+CCpv/SuqUTP/8Bk2O3LyUV436/yaRGkhP6Z0=
4846
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
4947
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
50-
github.com/docker/docker v27.1.1+incompatible h1:hO/M4MtV36kzKldqnA37IWhebRA+LnqqcqDja6kVaKY=
51-
github.com/docker/docker v27.1.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
48+
github.com/docker/docker v28.0.0+incompatible h1:Olh0KS820sJ7nPsBKChVhk5pzqcwDR15fumfAd/p9hM=
49+
github.com/docker/docker v28.0.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
5250
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
5351
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
5452
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=

0 commit comments

Comments
 (0)