File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ module github.com/terraform-google-modules/terraform-google-kubernetes-engine/te
22
33go 1.22.7
44
5- toolchain go1.22.9
5+ toolchain go1.23.3
66
77require (
88 github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.0
99 github.com/gruntwork-io/terratest v0.47.2
1010 github.com/hashicorp/terraform-json v0.23.0
1111 github.com/stretchr/testify v1.10.0
12- github.com/tidwall/gjson v1.18.0
1312)
1413
1514require (
@@ -72,6 +71,7 @@ require (
7271 github.com/pquerna/otp v1.4.0 // indirect
7372 github.com/russross/blackfriday/v2 v2.1.0 // indirect
7473 github.com/spf13/pflag v1.0.5 // indirect
74+ github.com/tidwall/gjson v1.18.0 // indirect
7575 github.com/tidwall/match v1.1.1 // indirect
7676 github.com/tidwall/pretty v1.2.1 // indirect
7777 github.com/tidwall/sjson v1.2.5 // indirect
You can’t perform that action at this time.
0 commit comments