Skip to content

Commit

Permalink
fix(deps): update go
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-bot committed May 3, 2023
1 parent 030c400 commit 8d2b4ae
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ go 1.18

require (
github.com/docker/go v1.5.1-1
github.com/go-openapi/runtime v0.25.0
github.com/go-openapi/runtime v0.26.0
github.com/google/go-cmp v0.5.9
github.com/google/trillian v1.5.1-0.20220819043421-0a389c4bb8d9 // indirect
github.com/in-toto/in-toto-golang v0.6.1-0.20230209184401-f8269f61247e
github.com/secure-systems-lab/go-securesystemslib v0.4.0
github.com/sigstore/rekor v1.0.1
github.com/sigstore/sigstore v1.5.1
github.com/in-toto/in-toto-golang v0.8.0
github.com/secure-systems-lab/go-securesystemslib v0.6.0
github.com/sigstore/rekor v1.1.1
github.com/sigstore/sigstore v1.6.3
)

require (
github.com/go-openapi/strfmt v0.21.3
github.com/go-openapi/strfmt v0.21.7
github.com/go-openapi/swag v0.22.3
github.com/google/go-containerregistry v0.13.0
github.com/google/go-containerregistry v0.14.0
github.com/gorilla/mux v1.8.0
github.com/sigstore/cosign v1.13.1
github.com/sigstore/cosign/v2 v2.0.0-rc.2
github.com/slsa-framework/slsa-github-generator v1.4.0
github.com/spf13/cobra v1.6.1
golang.org/x/mod v0.8.0
github.com/sigstore/cosign/v2 v2.0.2
github.com/slsa-framework/slsa-github-generator v1.5.0
github.com/spf13/cobra v1.7.0
golang.org/x/mod v0.10.0
sigs.k8s.io/release-utils v0.7.3
)

Expand Down Expand Up @@ -180,7 +180,7 @@ require (
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230209215440-0dfe4f8abfcc // indirect
google.golang.org/grpc v1.53.0 // indirect
google.golang.org/protobuf v1.28.1
google.golang.org/protobuf v1.30.0
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
Expand Down

0 comments on commit 8d2b4ae

Please sign in to comment.