We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8368c6 commit 646eac4Copy full SHA for 646eac4
3 files changed
cmd/krane/go.mod
@@ -1,6 +1,6 @@
1
module github.com/google/go-containerregistry/cmd/krane
2
3
-go 1.25.7
+go 1.25.0
4
5
replace github.com/google/go-containerregistry => ../../
6
pkg/authn/k8schain/go.mod
module github.com/google/go-containerregistry/pkg/authn/k8schain
replace (
github.com/google/go-containerregistry => ../../../
pkg/authn/kubernetes/go.mod
module github.com/google/go-containerregistry/pkg/authn/kubernetes
replace github.com/google/go-containerregistry => ../../../
0 commit comments