Skip to content

Commit

Permalink
update cosign (kyverno#2936)
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Bugwadia <jim@nirmata.com>
  • Loading branch information
JimBugwadia authored Jan 7, 2022
1 parent 40e7869 commit cf678a5
Show file tree
Hide file tree
Showing 5 changed files with 298 additions and 148 deletions.
15 changes: 6 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ require (
github.com/go-git/go-billy/v5 v5.0.0
github.com/go-git/go-git/v5 v5.2.0
github.com/go-logr/logr v1.0.0
github.com/google/go-containerregistry v0.6.0
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20210216200643-d81088d9983e
github.com/google/go-containerregistry v0.6.1-0.20210922191434-34b7f00d7a60
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20211102215614-dd49079bb93d
github.com/googleapis/gnostic v0.5.5
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/in-toto/in-toto-golang v0.3.3
Expand All @@ -27,15 +27,16 @@ require (
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a
github.com/minio/pkg v1.1.3
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.15.0
github.com/onsi/gomega v1.16.0
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/robfig/cron/v3 v3.0.1
github.com/shibumi/go-pathspec v1.3.0 // indirect
github.com/sigstore/cosign v1.2.1
github.com/sigstore/sigstore v0.0.0-20210729211320-56a91f560f44
github.com/sigstore/cosign v1.3.0
github.com/sigstore/sigstore v1.0.1
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/xanzy/ssh-agent v0.3.0 // indirect
Expand All @@ -54,10 +55,6 @@ require (
sigs.k8s.io/kustomize/api v0.10.1
sigs.k8s.io/kustomize/kyaml v0.13.0
sigs.k8s.io/yaml v1.3.0
github.com/aquilax/truncate v1.0.0
github.com/blang/semver/v4 v4.0.0
github.com/opencontainers/image-spec v1.0.2 // indirect
gopkg.in/inf.v0 v0.9.1
)

replace (
Expand Down
Loading

0 comments on commit cf678a5

Please sign in to comment.