Skip to content

Commit b5f7f39

Browse files
chore(deps): Update dependency go to v1.23.3
1 parent e0ea8e7 commit b5f7f39

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,14 +2,13 @@ module github.com/terraform-google-modules/terraform-google-kubernetes-engine/te
22

33
go 1.22.7
44

5-
toolchain go1.22.9
5+
toolchain go1.23.3
66

77
require (
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

1514
require (
@@ -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

0 commit comments

Comments
 (0)