diff --git a/test/go.mod b/test/go.mod index c81fc7d..433e019 100644 --- a/test/go.mod +++ b/test/go.mod @@ -3,8 +3,8 @@ module main go 1.19 require ( - github.com/Azure/terraform-module-test-helper v0.12.0 - github.com/gruntwork-io/terratest v0.41.16 + github.com/Azure/terraform-module-test-helper v0.13.0 + github.com/gruntwork-io/terratest v0.41.17 github.com/stretchr/testify v1.8.2 ) @@ -41,7 +41,7 @@ require ( github.com/hashicorp/errwrap v1.0.0 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 // indirect github.com/hashicorp/go-getter v1.7.1 // indirect - github.com/hashicorp/go-getter/v2 v2.2.0 // indirect + github.com/hashicorp/go-getter/v2 v2.2.1 // indirect github.com/hashicorp/go-multierror v1.1.0 // indirect github.com/hashicorp/go-safetemp v1.0.0 // indirect github.com/hashicorp/go-version v1.6.0 // indirect @@ -77,12 +77,12 @@ require ( github.com/zclconf/go-cty v1.13.0 // indirect go.opencensus.io v0.24.0 // indirect golang.org/x/crypto v0.1.0 // indirect - golang.org/x/mod v0.9.0 // indirect - golang.org/x/net v0.8.0 // indirect - golang.org/x/oauth2 v0.6.0 // indirect - golang.org/x/sys v0.6.0 // indirect - golang.org/x/term v0.6.0 // indirect - golang.org/x/text v0.8.0 // indirect + golang.org/x/mod v0.10.0 // indirect + golang.org/x/net v0.9.0 // indirect + golang.org/x/oauth2 v0.7.0 // indirect + golang.org/x/sys v0.7.0 // indirect + golang.org/x/term v0.7.0 // indirect + golang.org/x/text v0.9.0 // indirect golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect google.golang.org/api v0.103.0 // indirect