Skip to content

Commit 1a3872b

Browse files
dependabot[bot]lonegunmanb
authored andcommitted
Bump github.com/Azure/terraform-module-test-helper in /test
Bumps [github.com/Azure/terraform-module-test-helper](https://github.com/Azure/terraform-module-test-helper) from 0.30.0 to 0.32.0. - [Commits](Azure/terraform-module-test-helper@v0.30.0...v0.32.0) --- updated-dependencies: - dependency-name: github.com/Azure/terraform-module-test-helper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b741f89 commit 1a3872b

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

test/go.mod

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
module github.com/Azure/terraform-azurerm-aks
22

33
go 1.22.0
4-
5-
toolchain go1.22.5
4+
toolchain go1.24.1
65

76
require (
8-
github.com/Azure/terraform-module-test-helper v0.30.0
9-
github.com/gruntwork-io/terratest v0.48.1
7+
github.com/Azure/terraform-module-test-helper v0.32.0
8+
github.com/gruntwork-io/terratest v0.48.2
109
github.com/hashicorp/go-retryablehttp v0.7.7
1110
github.com/stretchr/testify v1.10.0
1211
)
@@ -80,7 +79,7 @@ require (
8079
github.com/hashicorp/go-version v1.7.0 // indirect
8180
github.com/hashicorp/hcl v1.0.0 // indirect
8281
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
83-
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f // indirect
82+
github.com/hashicorp/terraform-config-inspect v0.0.0-20250203082807-efaa306e97b4 // indirect
8483
github.com/hashicorp/terraform-json v0.24.0 // indirect
8584
github.com/imdario/mergo v0.3.11 // indirect
8685
github.com/jackc/pgpassfile v1.0.0 // indirect
@@ -108,7 +107,7 @@ require (
108107
github.com/pquerna/otp v1.4.0 // indirect
109108
github.com/r3labs/diff/v3 v3.0.1 // indirect
110109
github.com/russross/blackfriday/v2 v2.1.0 // indirect
111-
github.com/spf13/afero v1.11.0 // indirect
110+
github.com/spf13/afero v1.12.0 // indirect
112111
github.com/spf13/pflag v1.0.5 // indirect
113112
github.com/thanhpk/randstr v1.0.6 // indirect
114113
github.com/tmccombs/hcl2json v0.6.4 // indirect
@@ -118,18 +117,18 @@ require (
118117
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
119118
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
120119
github.com/zclconf/go-cty v1.15.1 // indirect
121-
golang.org/x/crypto v0.31.0 // indirect
120+
golang.org/x/crypto v0.36.0 // indirect
122121
golang.org/x/exp v0.0.0-20221106115401-f9659909a136 // indirect
123-
golang.org/x/mod v0.22.0 // indirect
124-
golang.org/x/net v0.33.0 // indirect
125-
golang.org/x/oauth2 v0.24.0 // indirect
126-
golang.org/x/sync v0.10.0 // indirect
127-
golang.org/x/sys v0.28.0 // indirect
128-
golang.org/x/term v0.27.0 // indirect
129-
golang.org/x/text v0.21.0 // indirect
130-
golang.org/x/time v0.8.0 // indirect
131-
golang.org/x/tools v0.22.0 // indirect
132-
google.golang.org/protobuf v1.35.1 // indirect
122+
golang.org/x/mod v0.24.0 // indirect
123+
golang.org/x/net v0.37.0 // indirect
124+
golang.org/x/oauth2 v0.28.0 // indirect
125+
golang.org/x/sync v0.12.0 // indirect
126+
golang.org/x/sys v0.31.0 // indirect
127+
golang.org/x/term v0.30.0 // indirect
128+
golang.org/x/text v0.23.0 // indirect
129+
golang.org/x/time v0.11.0 // indirect
130+
golang.org/x/tools v0.31.0 // indirect
131+
google.golang.org/protobuf v1.36.1 // indirect
133132
gopkg.in/inf.v0 v0.9.1 // indirect
134133
gopkg.in/yaml.v2 v2.4.0 // indirect
135134
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)