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 Apr 7, 2023
1 parent 8688b4a commit f536242
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 625 deletions.
13 changes: 7 additions & 6 deletions .github/actions/detect-workflow/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ module github.com/slsa-framework/slsa-github-generator/.github/actions/detect-wo

go 1.20

require github.com/slsa-framework/slsa-github-generator v1.4.0
require github.com/slsa-framework/slsa-github-generator v1.5.0

require (
github.com/coreos/go-oidc/v3 v3.4.0 // indirect
github.com/coreos/go-oidc/v3 v3.5.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-github/v44 v44.1.0 // indirect
github.com/google/go-github/v50 v50.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/oauth2 v0.2.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/net v0.6.0 // indirect
golang.org/x/oauth2 v0.5.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
Expand Down
Loading

0 comments on commit f536242

Please sign in to comment.