Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions pkg/forks/github.com/google/go-containerregistry/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/google/go-containerregistry

go 1.18
go 1.23.0

require (
github.com/containerd/stargz-snapshotter/estargz v0.12.1
Expand All @@ -12,7 +12,7 @@ require (
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.0-rc2
github.com/spf13/cobra v1.6.0
golang.org/x/oauth2 v0.1.0
golang.org/x/oauth2 v0.27.0
golang.org/x/sync v0.1.0
golang.org/x/tools v0.1.12
)
Expand All @@ -21,16 +21,12 @@ require (
cloud.google.com/go/compute v1.10.0 // indirect
github.com/docker/docker v26.1.5+incompatible // indirect
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/vbatts/tar-split v0.11.2 // indirect
golang.org/x/mod v0.6.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.31.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gotest.tools/v3 v3.0.3 // indirect
)
20 changes: 2 additions & 18 deletions pkg/forks/github.com/google/go-containerregistry/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.