Skip to content

Commit 6c2a427

Browse files
dependabot[bot]skolobov
authored andcommitted
Bump github.com/Azure/terraform-module-test-helper in /test (Azure#352)
Bumps [github.com/Azure/terraform-module-test-helper](https://github.com/Azure/terraform-module-test-helper) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/Azure/terraform-module-test-helper/releases) - [Commits](Azure/terraform-module-test-helper@v0.12.0...v0.13.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df8bca4 commit 6c2a427

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

test/go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/Azure/terraform-azurerm-aks
33
go 1.19
44

55
require (
6-
github.com/Azure/terraform-module-test-helper v0.12.0
7-
github.com/gruntwork-io/terratest v0.41.15
6+
github.com/Azure/terraform-module-test-helper v0.13.0
7+
github.com/gruntwork-io/terratest v0.41.17
88
github.com/stretchr/testify v1.8.2
99
)
1010

@@ -40,8 +40,8 @@ require (
4040
github.com/gruntwork-io/go-commons v0.8.0 // indirect
4141
github.com/hashicorp/errwrap v1.0.0 // indirect
4242
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
43-
github.com/hashicorp/go-getter v1.7.0 // indirect
44-
github.com/hashicorp/go-getter/v2 v2.2.0 // indirect
43+
github.com/hashicorp/go-getter v1.7.1 // indirect
44+
github.com/hashicorp/go-getter/v2 v2.2.1 // indirect
4545
github.com/hashicorp/go-multierror v1.1.0 // indirect
4646
github.com/hashicorp/go-safetemp v1.0.0 // indirect
4747
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -77,12 +77,12 @@ require (
7777
github.com/zclconf/go-cty v1.13.0 // indirect
7878
go.opencensus.io v0.24.0 // indirect
7979
golang.org/x/crypto v0.1.0 // indirect
80-
golang.org/x/mod v0.9.0 // indirect
81-
golang.org/x/net v0.8.0 // indirect
82-
golang.org/x/oauth2 v0.6.0 // indirect
83-
golang.org/x/sys v0.6.0 // indirect
84-
golang.org/x/term v0.6.0 // indirect
85-
golang.org/x/text v0.8.0 // indirect
80+
golang.org/x/mod v0.10.0 // indirect
81+
golang.org/x/net v0.9.0 // indirect
82+
golang.org/x/oauth2 v0.7.0 // indirect
83+
golang.org/x/sys v0.7.0 // indirect
84+
golang.org/x/term v0.7.0 // indirect
85+
golang.org/x/text v0.9.0 // indirect
8686
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
8787
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
8888
google.golang.org/api v0.103.0 // indirect

0 commit comments

Comments
 (0)