Skip to content

Commit 2611367

Browse files
authored
Merge pull request #574 from Azure/dependabot/go_modules/test/github.com/Azure/terraform-module-test-helper-0.24.0
Bump github.com/Azure/terraform-module-test-helper from 0.22.0 to 0.24.0 in /test
2 parents 6dea559 + 6c414ae commit 2611367

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
toolchain go1.21.2
66

77
require (
8-
github.com/Azure/terraform-module-test-helper v0.22.0
8+
github.com/Azure/terraform-module-test-helper v0.24.0
99
github.com/gruntwork-io/terratest v0.46.15
1010
github.com/hashicorp/go-retryablehttp v0.7.5
1111
github.com/stretchr/testify v1.9.0
@@ -52,7 +52,7 @@ require (
5252
github.com/hashicorp/go-safetemp v1.0.0 // indirect
5353
github.com/hashicorp/go-version v1.6.0 // indirect
5454
github.com/hashicorp/hcl v1.0.0 // indirect
55-
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
55+
github.com/hashicorp/hcl/v2 v2.21.0 // indirect
5656
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f // indirect
5757
github.com/hashicorp/terraform-json v0.22.1 // indirect
5858
github.com/imdario/mergo v0.3.11 // indirect
@@ -90,9 +90,9 @@ require (
9090
go.opencensus.io v0.24.0 // indirect
9191
golang.org/x/crypto v0.21.0 // indirect
9292
golang.org/x/exp v0.0.0-20221106115401-f9659909a136 // indirect
93-
golang.org/x/mod v0.17.0 // indirect
93+
golang.org/x/mod v0.18.0 // indirect
9494
golang.org/x/net v0.23.0 // indirect
95-
golang.org/x/oauth2 v0.20.0 // indirect
95+
golang.org/x/oauth2 v0.21.0 // indirect
9696
golang.org/x/sync v0.5.0 // indirect
9797
golang.org/x/sys v0.18.0 // indirect
9898
golang.org/x/term v0.18.0 // indirect

0 commit comments

Comments
 (0)