Skip to content

Commit 3d738c0

Browse files
chore(deps): bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.5.1+incompatible to 28.3.1+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v27.5.1...v28.3.1) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-version: 28.3.1+incompatible dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c61f2da commit 3d738c0

File tree

2 files changed

+63
-55
lines changed

2 files changed

+63
-55
lines changed

go.mod

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/chzyer/readline v1.5.1
1212
github.com/containerd/console v1.0.5
1313
github.com/dnaeon/go-vcr v1.2.0
14-
github.com/docker/docker v27.5.1+incompatible
14+
github.com/docker/docker v28.3.1+incompatible
1515
github.com/dustin/go-humanize v1.0.1
1616
github.com/fatih/color v1.18.0
1717
github.com/getsentry/sentry-go v0.34.0
@@ -37,7 +37,7 @@ require (
3737

3838
require (
3939
dario.cat/mergo v1.0.0 // indirect
40-
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
40+
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
4141
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
4242
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
4343
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -78,7 +78,7 @@ require (
7878
github.com/beorn7/perks v1.0.1 // indirect
7979
github.com/buildpacks/imgutil v0.0.0-20240605145725-186f89b2d168 // indirect
8080
github.com/buildpacks/lifecycle v0.19.6 // indirect
81-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
81+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
8282
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
8383
github.com/charmbracelet/lipgloss v1.1.0 // indirect
8484
github.com/charmbracelet/x/ansi v0.8.0 // indirect
@@ -90,11 +90,12 @@ require (
9090
github.com/containerd/containerd/api v1.8.0 // indirect
9191
github.com/containerd/continuity v0.4.4 // indirect
9292
github.com/containerd/errdefs v0.3.0 // indirect
93+
github.com/containerd/errdefs/pkg v0.3.0 // indirect
9394
github.com/containerd/log v0.1.0 // indirect
9495
github.com/containerd/platforms v0.2.1 // indirect
9596
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
9697
github.com/containerd/ttrpc v1.2.7 // indirect
97-
github.com/containerd/typeurl/v2 v2.1.1 // indirect
98+
github.com/containerd/typeurl/v2 v2.2.0 // indirect
9899
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
99100
github.com/davecgh/go-spew v1.1.1 // indirect
100101
github.com/dimchansky/utfbom v1.1.1 // indirect
@@ -113,15 +114,15 @@ require (
113114
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
114115
github.com/go-git/go-billy/v5 v5.6.0 // indirect
115116
github.com/go-git/go-git/v5 v5.13.0 // indirect
116-
github.com/go-logr/logr v1.4.2 // indirect
117+
github.com/go-logr/logr v1.4.3 // indirect
117118
github.com/go-logr/stdr v1.2.2 // indirect
118119
github.com/gofrs/flock v0.8.1 // indirect
119120
github.com/gogo/googleapis v1.4.1 // indirect
120121
github.com/gogo/protobuf v1.3.2 // indirect
121122
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
122123
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
123124
github.com/golang/protobuf v1.5.4 // indirect
124-
github.com/google/go-cmp v0.6.0 // indirect
125+
github.com/google/go-cmp v0.7.0 // indirect
125126
github.com/google/go-containerregistry v0.19.1 // indirect
126127
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
127128
github.com/google/uuid v1.6.0 // indirect
@@ -134,7 +135,7 @@ require (
134135
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
135136
github.com/jmespath/go-jmespath v0.4.0 // indirect
136137
github.com/kevinburke/ssh_config v1.2.0 // indirect
137-
github.com/klauspost/compress v1.17.8 // indirect
138+
github.com/klauspost/compress v1.18.0 // indirect
138139
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
139140
github.com/mattn/go-localereader v0.0.1 // indirect
140141
github.com/mattn/go-runewidth v0.0.16 // indirect
@@ -143,11 +144,13 @@ require (
143144
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e // indirect
144145
github.com/mitchellh/mapstructure v1.4.1 // indirect
145146
github.com/moby/docker-image-spec v1.3.1 // indirect
147+
github.com/moby/go-archive v0.1.0 // indirect
146148
github.com/moby/locker v1.0.1 // indirect
147149
github.com/moby/patternmatcher v0.6.0 // indirect
148-
github.com/moby/sys/sequential v0.5.0 // indirect
150+
github.com/moby/sys/atomicwriter v0.1.0 // indirect
151+
github.com/moby/sys/sequential v0.6.0 // indirect
149152
github.com/moby/sys/signal v0.7.0 // indirect
150-
github.com/moby/sys/user v0.3.0 // indirect
153+
github.com/moby/sys/user v0.4.0 // indirect
151154
github.com/moby/sys/userns v0.1.0 // indirect
152155
github.com/moby/term v0.5.0 // indirect
153156
github.com/morikuni/aec v1.0.0 // indirect
@@ -181,22 +184,23 @@ require (
181184
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
182185
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
183186
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
187+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
184188
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.50.0 // indirect
185189
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.50.0 // indirect
186-
go.opentelemetry.io/otel v1.25.0 // indirect
190+
go.opentelemetry.io/otel v1.37.0 // indirect
187191
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.25.0 // indirect
188-
go.opentelemetry.io/otel/metric v1.25.0 // indirect
192+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
189193
go.opentelemetry.io/otel/sdk v1.25.0 // indirect
190-
go.opentelemetry.io/otel/trace v1.25.0 // indirect
194+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
191195
go.opentelemetry.io/proto/otlp v1.2.0 // indirect
192196
golang.org/x/mod v0.25.0 // indirect
193197
golang.org/x/net v0.38.0 // indirect
194198
golang.org/x/sys v0.33.0 // indirect
195199
golang.org/x/time v0.5.0 // indirect
196200
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
197-
google.golang.org/genproto/googleapis/api v0.0.0-20240401170217-c3f982113cda // indirect
198-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
199-
google.golang.org/grpc v1.63.2 // indirect
201+
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
202+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
203+
google.golang.org/grpc v1.67.0 // indirect
200204
google.golang.org/protobuf v1.35.2 // indirect
201205
gopkg.in/warnings.v0 v0.1.2 // indirect
202206
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)