Skip to content

Commit

Permalink
Bump cosign to v2.0.2
Browse files Browse the repository at this point in the history
This will bump cosign to v2.0.2 and also
ping k8s/client-go to v0.25 as 0.26 is still not
supported in knative/pkg
  • Loading branch information
piyush-garg authored and tekton-robot committed May 7, 2023
1 parent 2477813 commit bdf5070
Show file tree
Hide file tree
Showing 99 changed files with 3,073 additions and 893 deletions.
19 changes: 11 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ require (
github.com/docker/docker v23.0.5+incompatible
github.com/fatih/color v1.15.0
github.com/google/go-cmp v0.5.9
github.com/google/go-containerregistry v0.14.0
github.com/google/go-containerregistry v0.14.1-0.20230409045903-ed5c185df419
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/hinshun/vt10x v0.0.0-20220228203356-1ab2cad5fd82
github.com/jonboulle/clockwork v0.4.0
github.com/ktr0731/go-fuzzyfinder v0.7.0
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/sigstore/cosign/v2 v2.0.1-0.20230323140840-42c4b8d9016a
github.com/sigstore/cosign/v2 v2.0.2
github.com/sigstore/sigstore v1.6.3
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
Expand All @@ -39,7 +39,7 @@ require (
k8s.io/api v0.26.4
k8s.io/apimachinery v0.26.4
k8s.io/cli-runtime v0.25.9
k8s.io/client-go v0.25.9
k8s.io/client-go v0.26.1
knative.dev/pkg v0.0.0-20230412013349-d3d7625d8e1e
sigs.k8s.io/yaml v1.3.0
)
Expand Down Expand Up @@ -144,7 +144,7 @@ require (
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.1 // indirect
github.com/go-openapi/loads v0.21.2 // indirect
github.com/go-openapi/runtime v0.25.0 // indirect
github.com/go-openapi/runtime v0.26.0 // indirect
github.com/go-openapi/spec v0.20.8 // indirect
github.com/go-openapi/strfmt v0.21.7 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
Expand Down Expand Up @@ -249,7 +249,7 @@ require (
github.com/segmentio/ksuid v1.0.4 // indirect
github.com/shibumi/go-pathspec v1.3.0 // indirect
github.com/sigstore/fulcio v1.2.0 // indirect
github.com/sigstore/rekor v1.0.1 // indirect
github.com/sigstore/rekor v1.1.0 // indirect
github.com/sigstore/timestamp-authority v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
Expand All @@ -267,7 +267,7 @@ require (
github.com/tjfoc/gmsm v1.3.2 // indirect
github.com/transparency-dev/merkle v0.0.1 // indirect
github.com/vbatts/tar-split v0.11.2 // indirect
github.com/xanzy/go-gitlab v0.82.0 // indirect
github.com/xanzy/go-gitlab v0.83.0 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.1 // indirect
github.com/xdg-go/stringprep v1.0.3 // indirect
Expand All @@ -278,10 +278,10 @@ require (
go.opentelemetry.io/otel v1.14.0 // indirect
go.opentelemetry.io/otel/trace v1.14.0 // indirect
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
go.step.sm/crypto v0.28.0 // indirect
go.step.sm/crypto v0.29.3 // indirect
go.uber.org/atomic v1.10.0 // indirect
goa.design/goa/v3 v3.11.1 // indirect
gocloud.dev v0.28.0 // indirect
gocloud.dev v0.29.0 // indirect
gocloud.dev/docstore/mongodocstore v0.28.0 // indirect
gocloud.dev/pubsub/kafkapubsub v0.28.0 // indirect
golang.org/x/crypto v0.8.0 // indirect
Expand Down Expand Up @@ -318,3 +318,6 @@ require (
sigs.k8s.io/release-utils v0.7.3 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
)

// replacing client-go to 0.25 as knative is still using this
replace k8s.io/client-go => k8s.io/client-go v0.25.9
269 changes: 244 additions & 25 deletions go.sum

Large diffs are not rendered by default.

25 changes: 16 additions & 9 deletions vendor/github.com/go-openapi/runtime/client/request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bdf5070

Please sign in to comment.