Skip to content

Commit f74b91c

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.25.0 to 0.26.0. - [Commits](Azure/terraform-module-test-helper@v0.25.0...v0.26.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 9f9bd3f commit f74b91c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

test/go.mod

Lines changed: 7 additions & 8 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.21
4-
5-
toolchain go1.21.2
4+
toolchain go1.22.5
65

76
require (
8-
github.com/Azure/terraform-module-test-helper v0.25.0
9-
github.com/gruntwork-io/terratest v0.47.0
7+
github.com/Azure/terraform-module-test-helper v0.26.0
8+
github.com/gruntwork-io/terratest v0.47.1
109
github.com/hashicorp/go-retryablehttp v0.7.7
1110
github.com/stretchr/testify v1.9.0
1211
)
@@ -46,13 +45,13 @@ require (
4645
github.com/gruntwork-io/go-commons v0.17.2 // indirect
4746
github.com/hashicorp/errwrap v1.0.0 // indirect
4847
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
49-
github.com/hashicorp/go-getter v1.7.5 // indirect
48+
github.com/hashicorp/go-getter v1.7.6 // indirect
5049
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
5150
github.com/hashicorp/go-multierror v1.1.1 // indirect
5251
github.com/hashicorp/go-safetemp v1.0.0 // indirect
5352
github.com/hashicorp/go-version v1.6.0 // indirect
5453
github.com/hashicorp/hcl v1.0.0 // indirect
55-
github.com/hashicorp/hcl/v2 v2.21.0 // indirect
54+
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
5655
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f // indirect
5756
github.com/hashicorp/terraform-json v0.22.1 // indirect
5857
github.com/imdario/mergo v0.3.11 // indirect
@@ -90,9 +89,9 @@ require (
9089
go.opencensus.io v0.24.0 // indirect
9190
golang.org/x/crypto v0.21.0 // indirect
9291
golang.org/x/exp v0.0.0-20221106115401-f9659909a136 // indirect
93-
golang.org/x/mod v0.19.0 // indirect
92+
golang.org/x/mod v0.21.0 // indirect
9493
golang.org/x/net v0.23.0 // indirect
95-
golang.org/x/oauth2 v0.21.0 // indirect
94+
golang.org/x/oauth2 v0.23.0 // indirect
9695
golang.org/x/sync v0.5.0 // indirect
9796
golang.org/x/sys v0.20.0 // indirect
9897
golang.org/x/term v0.18.0 // indirect

0 commit comments

Comments
 (0)