Skip to content

Commit

Permalink
fix(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 in /modules/ke…
Browse files Browse the repository at this point in the history
…y-distributor/files/function (#115)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 16, 2024
1 parent ee1516b commit 5550304
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/key-distributor/files/function/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/terraform-google-modules/terraform-google-service-accounts/mod
go 1.18

require (
golang.org/x/crypto v0.17.0
golang.org/x/crypto v0.21.0
google.golang.org/api v0.114.0
)

Expand All @@ -16,9 +16,9 @@ require (
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
Expand Down

0 comments on commit 5550304

Please sign in to comment.