We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060d2f5 commit 3ade669Copy full SHA for 3ade669
test/integration/go.mod
@@ -2,12 +2,11 @@ module github.com/terraform-google-modules/terraform-google-memorystore/test/int
2
3
go 1.22.0
4
5
-toolchain go1.22.7
+toolchain go1.22.8
6
7
require (
8
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.2
9
github.com/stretchr/testify v1.9.0
10
- golang.org/x/oauth2 v0.23.0
11
)
12
13
@@ -65,6 +64,7 @@ require (
65
64
golang.org/x/crypto v0.21.0 // indirect
66
golang.org/x/mod v0.21.0 // indirect
67
golang.org/x/net v0.23.0 // indirect
+ golang.org/x/oauth2 v0.23.0 // indirect
68
golang.org/x/sync v0.4.0 // indirect
69
golang.org/x/sys v0.18.0 // indirect
70
golang.org/x/text v0.14.0 // indirect
0 commit comments