@@ -3,20 +3,20 @@ module github.com/slsa-framework/slsa-github-generator
33go 1.23.1
44
55require (
6- github.com/coreos/go-oidc/v3 v3.11.0
6+ github.com/coreos/go-oidc/v3 v3.14.1
77 github.com/go-openapi/strfmt v0.23.0
8- github.com/go-openapi/swag v0.23.0
9- github.com/google/go-cmp v0.6 .0
8+ github.com/go-openapi/swag v0.23.1
9+ github.com/google/go-cmp v0.7 .0
1010 github.com/google/go-github/v57 v57.0.0
1111 github.com/in-toto/in-toto-golang v0.9.0
1212 github.com/pelletier/go-toml v1.9.5
13- github.com/secure-systems-lab/go-securesystemslib v0.8 .0
14- github.com/sigstore/cosign/v2 v2.4.1
15- github.com/sigstore/rekor v1.3.6
16- github.com/sigstore/sigstore v1.8.10
17- github.com/sigstore/sigstore-go v0.6.1
18- github.com/spf13/cobra v1.8 .1
19- golang.org/x/oauth2 v0.23 .0
13+ github.com/secure-systems-lab/go-securesystemslib v0.9 .0
14+ github.com/sigstore/cosign/v2 v2.5.0
15+ github.com/sigstore/rekor v1.3.10
16+ github.com/sigstore/sigstore v1.9.4
17+ github.com/sigstore/sigstore-go v0.7.3
18+ github.com/spf13/cobra v1.9 .1
19+ golang.org/x/oauth2 v0.30 .0
2020 gopkg.in/square/go-jose.v2 v2.6.0
2121 gopkg.in/yaml.v3 v3.0.1
2222)
0 commit comments