Skip to content

Commit

Permalink
bump go-containerregistry to 0.8.0
Browse files Browse the repository at this point in the history
replace notary-gcr to a fork with latest go-containerregistry too

Signed-off-by: Rui Yang <[email protected]>
  • Loading branch information
Rui Yang committed Mar 7, 2022
1 parent 5eb6b5b commit 00db314
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 73 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ require (
github.com/aws/aws-sdk-go v1.35.0
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/concourse/go-archive v1.0.1
github.com/fatih/color v1.9.0
github.com/google/go-containerregistry v0.6.0
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/fatih/color v1.13.0
github.com/google/go-containerregistry v0.8.0
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.3
github.com/simonshyu/notary-gcr v0.0.0-20211109021545-380a129b0e83
github.com/sirupsen/logrus v1.8.1
github.com/vbauerster/mpb v3.4.0+incompatible
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
)

replace github.com/simonshyu/notary-gcr => github.com/xtremerui/notary-gcr v0.0.0-20220307174448-84487b5997d2

go 1.16
Loading

0 comments on commit 00db314

Please sign in to comment.