From 03fb8dc261ac0db387a28ddb182d386e25d3c682 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 01:53:15 +0000 Subject: [PATCH] chore(deps): Update go modules and/or dev-tools (#2205) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- test/integration/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/go.mod b/test/integration/go.mod index dd87f81c6..a9956b14d 100644 --- a/test/integration/go.mod +++ b/test/integration/go.mod @@ -2,14 +2,13 @@ module github.com/terraform-google-modules/terraform-google-kubernetes-engine/te go 1.22.7 -toolchain go1.22.9 +toolchain go1.23.4 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.0 github.com/gruntwork-io/terratest v0.47.2 github.com/hashicorp/terraform-json v0.23.0 github.com/stretchr/testify v1.10.0 - github.com/tidwall/gjson v1.18.0 ) require ( @@ -72,6 +71,7 @@ require ( github.com/pquerna/otp v1.4.0 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect + github.com/tidwall/gjson v1.18.0 // indirect github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.1 // indirect github.com/tidwall/sjson v1.2.5 // indirect