-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update module github.com/google/go-containerregistry to …
…v0.20.3
- Loading branch information
1 parent
e944c3e
commit 39e02d8
Showing
2 changed files
with
52 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,44 @@ | ||
module github.com/doodlescheduling/gh-package-retention | ||
|
||
go 1.20 | ||
go 1.23.0 | ||
|
||
toolchain go1.23.5 | ||
|
||
require ( | ||
github.com/go-logr/logr v1.2.4 | ||
github.com/go-logr/logr v1.4.2 | ||
github.com/go-logr/zapr v1.2.4 | ||
github.com/google/go-containerregistry v0.16.1 | ||
github.com/google/go-containerregistry v0.20.3 | ||
github.com/google/go-github/v53 v53.2.0 | ||
github.com/migueleliasweb/go-github-mock v0.0.19 | ||
github.com/sethvargo/go-envconfig v0.8.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/stretchr/testify v1.9.0 | ||
go.uber.org/zap v1.25.0 | ||
golang.org/x/oauth2 v0.11.0 | ||
golang.org/x/sync v0.3.0 | ||
golang.org/x/oauth2 v0.25.0 | ||
golang.org/x/sync v0.10.0 | ||
) | ||
|
||
require ( | ||
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect | ||
github.com/cloudflare/circl v1.3.3 // indirect | ||
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect | ||
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/docker/cli v24.0.0+incompatible // indirect | ||
github.com/docker/distribution v2.8.2+incompatible // indirect | ||
github.com/docker/docker v24.0.0+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.7.0 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/docker/cli v27.5.0+incompatible // indirect | ||
github.com/docker/distribution v2.8.3+incompatible // indirect | ||
github.com/docker/docker-credential-helpers v0.8.2 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/klauspost/compress v1.16.5 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/kr/pretty v0.2.1 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect | ||
github.com/opencontainers/image-spec v1.1.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/sirupsen/logrus v1.9.1 // indirect | ||
github.com/vbatts/tar-split v0.11.3 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/vbatts/tar-split v0.11.6 // indirect | ||
go.uber.org/multierr v1.10.0 // indirect | ||
golang.org/x/crypto v0.12.0 // indirect | ||
golang.org/x/net v0.14.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters