Skip to content

Commit 9b02cc1

Browse files
chore(deps): Update dependency go to v1.22.8
1 parent 424b40a commit 9b02cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ module github.com/terraform-google-modules/terraform-google-memorystore/test/int
22

33
go 1.22.0
44

5-
toolchain go1.22.7
5+
toolchain go1.22.8
66

77
require (
88
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.2
99
github.com/stretchr/testify v1.9.0
10-
golang.org/x/oauth2 v0.23.0
1110
)
1211

1312
require (
@@ -65,6 +64,7 @@ require (
6564
golang.org/x/crypto v0.21.0 // indirect
6665
golang.org/x/mod v0.21.0 // indirect
6766
golang.org/x/net v0.23.0 // indirect
67+
golang.org/x/oauth2 v0.23.0 // indirect
6868
golang.org/x/sync v0.4.0 // indirect
6969
golang.org/x/sys v0.18.0 // indirect
7070
golang.org/x/text v0.14.0 // indirect

0 commit comments

Comments
 (0)