Skip to content

Commit a58361f

Browse files
committed
all the mods
Signed-off-by: Jason Hall <[email protected]>
1 parent 0ccaaed commit a58361f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/krane/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/go-containerregistry/cmd/krane
22

3-
go 1.18
3+
go 1.23.1
44

55
replace github.com/google/go-containerregistry => ../../
66

pkg/authn/k8schain/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/go-containerregistry/pkg/authn/k8schain
22

3-
go 1.18
3+
go 1.23.1
44

55
replace (
66
github.com/google/go-containerregistry => ../../../

pkg/authn/kubernetes/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/go-containerregistry/pkg/authn/kubernetes
22

3-
go 1.18
3+
go 1.23.1
44

55
replace github.com/google/go-containerregistry => ../../../
66

0 commit comments

Comments
 (0)