Skip to content

Commit e075f20

Browse files
go mod tidy on dependabot update (#2171)
* Bump github.com/docker/cli in the root-deps group across 1 directory Bumps the root-deps group with 1 update in the / directory: [github.com/docker/cli](https://github.com/docker/cli). Updates `github.com/docker/cli` from 29.0.2+incompatible to 29.0.3+incompatible - [Commits](docker/cli@v29.0.2...v29.0.3) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 29.0.3+incompatible dependency-type: direct:production update-type: version-update:semver-patch dependency-group: root-deps ... Signed-off-by: dependabot[bot] <support@github.com> * go mod tidy after dependabot fix --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45aacf4 commit e075f20

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

cmd/krane/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/aws/smithy-go v1.23.2 // indirect
3939
github.com/containerd/stargz-snapshotter/estargz v0.18.1 // indirect
4040
github.com/dimchansky/utfbom v1.1.1 // indirect
41-
github.com/docker/cli v29.0.2+incompatible // indirect
41+
github.com/docker/cli v29.0.3+incompatible // indirect
4242
github.com/docker/distribution v2.8.3+incompatible // indirect
4343
github.com/docker/docker-credential-helpers v0.9.4 // indirect
4444
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect

cmd/krane/go.sum

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
github.com/containerd/stargz-snapshotter/estargz v0.18.1
7-
github.com/docker/cli v29.0.2+incompatible
7+
github.com/docker/cli v29.0.3+incompatible
88
github.com/docker/distribution v2.8.3+incompatible
99
github.com/docker/docker v28.5.2+incompatible
1010
github.com/google/go-cmp v0.7.0

go.sum

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

pkg/authn/k8schain/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ require (
4545
github.com/containerd/stargz-snapshotter/estargz v0.18.1 // indirect
4646
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4747
github.com/dimchansky/utfbom v1.1.1 // indirect
48-
github.com/docker/cli v29.0.2+incompatible // indirect
48+
github.com/docker/cli v29.0.3+incompatible // indirect
4949
github.com/docker/distribution v2.8.3+incompatible // indirect
5050
github.com/docker/docker-credential-helpers v0.9.4 // indirect
5151
github.com/emicklei/go-restful/v3 v3.12.2 // indirect

pkg/authn/k8schain/go.sum

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

pkg/authn/kubernetes/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414

1515
require (
1616
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
17-
github.com/docker/cli v29.0.2+incompatible // indirect
17+
github.com/docker/cli v29.0.3+incompatible // indirect
1818
github.com/docker/docker-credential-helpers v0.9.3 // indirect
1919
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
2020
github.com/fxamacker/cbor/v2 v2.9.0 // indirect

pkg/authn/kubernetes/go.sum

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ github.com/cpuguy83/go-md2man/v2/md2man
2727
# github.com/distribution/reference v0.6.0
2828
## explicit; go 1.20
2929
github.com/distribution/reference
30-
# github.com/docker/cli v29.0.2+incompatible
30+
# github.com/docker/cli v29.0.3+incompatible
3131
## explicit
3232
github.com/docker/cli/cli/config
3333
github.com/docker/cli/cli/config/configfile

0 commit comments

Comments
 (0)