Skip to content

Commit 452d342

Browse files
chore(deps): bump golang.org/x/crypto from 0.25.0 to 0.31.0 in /modules/key-distributor/files/function (#143)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa6c691 commit 452d342

File tree

1 file changed

+3
-3
lines changed
  • modules/key-distributor/files/function

1 file changed

+3
-3
lines changed

modules/key-distributor/files/function/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/terraform-google-modules/terraform-google-service-accounts/mod
33
go 1.20
44

55
require (
6-
golang.org/x/crypto v0.25.0
6+
golang.org/x/crypto v0.31.0
77
google.golang.org/api v0.189.0
88
)
99

@@ -28,8 +28,8 @@ require (
2828
go.opentelemetry.io/otel/trace v1.24.0 // indirect
2929
golang.org/x/net v0.27.0 // indirect
3030
golang.org/x/oauth2 v0.21.0 // indirect
31-
golang.org/x/sys v0.22.0 // indirect
32-
golang.org/x/text v0.16.0 // indirect
31+
golang.org/x/sys v0.28.0 // indirect
32+
golang.org/x/text v0.21.0 // indirect
3333
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
3434
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade // indirect
3535
google.golang.org/grpc v1.64.1 // indirect

0 commit comments

Comments
 (0)