Skip to content

Commit f25569a

Browse files
dependabot[bot]skolobov
authored andcommitted
Bump github.com/Azure/terraform-module-test-helper in /test (Azure#386)
Bumps [github.com/Azure/terraform-module-test-helper](https://github.com/Azure/terraform-module-test-helper) from 0.13.0 to 0.14.0. - [Commits](Azure/terraform-module-test-helper@v0.13.0...v0.14.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 bca312c commit f25569a

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

test/go.mod

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

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

1111
require (
@@ -69,6 +69,7 @@ require (
6969
github.com/russross/blackfriday/v2 v2.1.0 // indirect
7070
github.com/spf13/afero v1.9.5 // indirect
7171
github.com/spf13/pflag v1.0.5 // indirect
72+
github.com/thanhpk/randstr v1.0.6 // indirect
7273
github.com/tmccombs/hcl2json v0.3.3 // indirect
7374
github.com/ulikunitz/xz v0.5.10 // indirect
7475
github.com/urfave/cli v1.22.2 // indirect
@@ -78,10 +79,10 @@ require (
7879
go.opencensus.io v0.24.0 // indirect
7980
golang.org/x/crypto v0.1.0 // indirect
8081
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
82+
golang.org/x/net v0.10.0 // indirect
83+
golang.org/x/oauth2 v0.8.0 // indirect
84+
golang.org/x/sys v0.8.0 // indirect
85+
golang.org/x/term v0.8.0 // indirect
8586
golang.org/x/text v0.9.0 // indirect
8687
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
8788
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect

0 commit comments

Comments
 (0)