File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11module github.com/google/go-containerregistry/cmd/krane
22
3- go 1.25.6
3+ go 1.25.7
44
55replace github.com/google/go-containerregistry => ../../
66
Original file line number Diff line number Diff line change 11module github.com/google/go-containerregistry
22
3- go 1.25.6
3+ go 1.25.7
44
55require (
66 github.com/containerd/stargz-snapshotter/estargz v0.18.2
Original file line number Diff line number Diff line change 11module github.com/google/go-containerregistry/pkg/authn/k8schain
22
3- go 1.25.6
3+ go 1.25.7
44
55replace (
66 github.com/google/go-containerregistry => ../../../
Original file line number Diff line number Diff line change 11module github.com/google/go-containerregistry/pkg/authn/kubernetes
22
3- go 1.25.6
3+ go 1.25.7
44
55replace github.com/google/go-containerregistry => ../../../
66
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ import "path/filepath"
2020type Path string
2121
2222func (l Path ) path (elem ... string ) string {
23- complete := []string {string (l )}
23+ complete := []string {string (l )} //nolint:prealloc
2424 return filepath .Join (append (complete , elem ... )... )
2525}
You can’t perform that action at this time.
0 commit comments