Skip to content

Commit e23719f

Browse files
author
Ian Lewis
authored
Update Rekor to v1.0.0 (#1121)
* Update Rekor to v1.0.0 Signed-off-by: Ian Lewis <[email protected]> * run go mod tidy Signed-off-by: Ian Lewis <[email protected]> Signed-off-by: Ian Lewis <[email protected]>
1 parent 81f729a commit e23719f

File tree

2 files changed

+20
-91
lines changed

2 files changed

+20
-91
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/in-toto/in-toto-golang v0.4.0
1212
github.com/secure-systems-lab/go-securesystemslib v0.4.0
1313
github.com/sigstore/cosign v1.12.1
14-
github.com/sigstore/rekor v0.12.2
14+
github.com/sigstore/rekor v1.0.0
1515
github.com/sigstore/sigstore v1.4.4
1616
github.com/spf13/cobra v1.5.0
1717
golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1
@@ -225,7 +225,7 @@ require (
225225
golang.org/x/tools v0.1.12 // indirect
226226
google.golang.org/appengine v1.6.7 // indirect
227227
google.golang.org/genproto v0.0.0-20220929141241-1ce7b20da813 // indirect
228-
google.golang.org/grpc v1.49.0 // indirect
228+
google.golang.org/grpc v1.50.0 // indirect
229229
google.golang.org/protobuf v1.28.1 // indirect
230230
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
231231
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)