Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/sigstore/rekor from 0.3.0 to 1.1.1 #126

Closed
Closed
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
18 changes: 8 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,21 @@ module github.com/devopstoday11/sigrun
go 1.16

require (
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/distribution v2.8.1+incompatible
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/go-git/go-git/v5 v5.2.0
github.com/google/go-containerregistry v0.6.0
github.com/gopherjs/gopherjs v0.0.0-20190328170749-bb2674552d8f // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/google/go-containerregistry v0.14.0
github.com/pkg/errors v0.9.1
github.com/sigstore/cosign v1.0.1
github.com/sigstore/fulcio v0.1.1
github.com/sigstore/rekor v0.3.0
github.com/sigstore/sigstore v0.0.0-20210729211320-56a91f560f44
github.com/spf13/cobra v1.2.1
github.com/sigstore/rekor v1.1.1
github.com/sigstore/sigstore v1.6.3
github.com/spf13/cobra v1.7.0
github.com/tidwall/pretty v1.2.0
k8s.io/api v0.22.0
k8s.io/apimachinery v0.22.0
k8s.io/api v0.26.1
k8s.io/apimachinery v0.26.1
k8s.io/cli-runtime v0.22.0
k8s.io/client-go v0.22.0
k8s.io/client-go v0.26.1
)

replace github.com/gorilla/rpc v1.2.0+incompatible => github.com/gorilla/rpc v1.2.0
Loading