Skip to content

Commit bf8be89

Browse files
Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.5+incompatible to 25.0.6+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v25.0.5...v25.0.6) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85fce38 commit bf8be89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ require (
2424
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
2525
golang.org/x/sys v0.18.0
2626
golang.org/x/term v0.18.0
27+
golang.org/x/text v0.14.0
2728
helm.sh/helm/v3 v3.14.3
2829
k8s.io/apimachinery v0.29.3
2930
k8s.io/client-go v0.29.3
@@ -118,7 +119,7 @@ require (
118119
github.com/docker/cli v25.0.5+incompatible // indirect
119120
github.com/docker/cli-docs-tool v0.7.0 // indirect
120121
github.com/docker/distribution v2.8.3+incompatible // indirect
121-
github.com/docker/docker v25.0.5+incompatible // indirect
122+
github.com/docker/docker v25.0.6+incompatible // indirect
122123
github.com/docker/docker-credential-helpers v0.8.1 // indirect
123124
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
124125
github.com/docker/go-connections v0.5.0 // indirect
@@ -334,7 +335,6 @@ require (
334335
golang.org/x/net v0.23.0 // indirect
335336
golang.org/x/oauth2 v0.18.0 // indirect
336337
golang.org/x/sync v0.6.0 // indirect
337-
golang.org/x/text v0.14.0 // indirect
338338
golang.org/x/time v0.5.0 // indirect
339339
golang.org/x/tools v0.19.0 // indirect
340340
google.golang.org/appengine v1.6.8 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4Kfc
326326
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
327327
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
328328
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
329-
github.com/docker/docker v25.0.5+incompatible h1:UmQydMduGkrD5nQde1mecF/YnSbTOaPeFIeP5C4W+DE=
330-
github.com/docker/docker v25.0.5+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
329+
github.com/docker/docker v25.0.6+incompatible h1:5cPwbwriIcsua2REJe8HqQV+6WlWc1byg2QSXzBxBGg=
330+
github.com/docker/docker v25.0.6+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
331331
github.com/docker/docker-credential-helpers v0.8.1 h1:j/eKUktUltBtMzKqmfLB0PAgqYyMHOp5vfsD1807oKo=
332332
github.com/docker/docker-credential-helpers v0.8.1/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M=
333333
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c h1:lzqkGL9b3znc+ZUgi7FlLnqjQhcXxkNM/quxIjBVMD0=

0 commit comments

Comments
 (0)