Skip to content

Commit b42b6ab

Browse files
committed
go mod tidy all the things
Signed-off-by: Jason Hall <[email protected]>
1 parent ec087c3 commit b42b6ab

File tree

6 files changed

+9
-18
lines changed

6 files changed

+9
-18
lines changed

cmd/krane/go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ require (
3838
github.com/aws/smithy-go v1.13.5 // indirect
3939
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
4040
github.com/dimchansky/utfbom v1.1.1 // indirect
41-
github.com/docker/cli v24.0.0+incompatible // indirect
41+
github.com/docker/cli v27.1.1+incompatible // indirect
4242
github.com/docker/distribution v2.8.2+incompatible // indirect
43-
github.com/docker/docker v24.0.0+incompatible // indirect
4443
github.com/docker/docker-credential-helpers v0.7.0 // indirect
4544
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
4645
github.com/golang/protobuf v1.5.3 // indirect

cmd/krane/go.sum

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/authn/k8schain/go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ require (
4545
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
4646
github.com/davecgh/go-spew v1.1.1 // indirect
4747
github.com/dimchansky/utfbom v1.1.1 // indirect
48-
github.com/docker/cli v24.0.0+incompatible // indirect
48+
github.com/docker/cli v27.1.1+incompatible // indirect
4949
github.com/docker/distribution v2.8.2+incompatible // indirect
50-
github.com/docker/docker v24.0.0+incompatible // indirect
5150
github.com/docker/docker-credential-helpers v0.7.0 // indirect
5251
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
5352
github.com/go-logr/logr v1.2.4 // indirect

pkg/authn/k8schain/go.sum

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/authn/kubernetes/go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ require (
1414

1515
require (
1616
github.com/davecgh/go-spew v1.1.1 // indirect
17-
github.com/docker/cli v24.0.0+incompatible // indirect
18-
github.com/docker/docker v24.0.0+incompatible // indirect
17+
github.com/docker/cli v27.1.1+incompatible // indirect
1918
github.com/docker/docker-credential-helpers v0.7.0 // indirect
2019
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
2120
github.com/evanphx/json-patch v4.12.0+incompatible // indirect

pkg/authn/kubernetes/go.sum

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)