|
5 | 5 | toolchain go1.21.2
|
6 | 6 |
|
7 | 7 | require (
|
8 |
| - github.com/Azure/terraform-module-test-helper v0.22.0 |
| 8 | + github.com/Azure/terraform-module-test-helper v0.24.0 |
9 | 9 | github.com/gruntwork-io/terratest v0.46.15
|
10 | 10 | github.com/hashicorp/go-retryablehttp v0.7.5
|
11 | 11 | github.com/stretchr/testify v1.9.0
|
@@ -52,7 +52,7 @@ require (
|
52 | 52 | github.com/hashicorp/go-safetemp v1.0.0 // indirect
|
53 | 53 | github.com/hashicorp/go-version v1.6.0 // indirect
|
54 | 54 | 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 |
56 | 56 | github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f // indirect
|
57 | 57 | github.com/hashicorp/terraform-json v0.22.1 // indirect
|
58 | 58 | github.com/imdario/mergo v0.3.11 // indirect
|
@@ -90,9 +90,9 @@ require (
|
90 | 90 | go.opencensus.io v0.24.0 // indirect
|
91 | 91 | golang.org/x/crypto v0.21.0 // indirect
|
92 | 92 | 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 |
94 | 94 | 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 |
96 | 96 | golang.org/x/sync v0.5.0 // indirect
|
97 | 97 | golang.org/x/sys v0.18.0 // indirect
|
98 | 98 | golang.org/x/term v0.18.0 // indirect
|
|
0 commit comments