Skip to content

Commit dc0fc4a

Browse files
committed
Merge branch 'pr620' into dependabot-609-619-620
2 parents 63ced1d + 8f47770 commit dc0fc4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.0
55
toolchain go1.22.5
66

77
require (
8-
github.com/Azure/terraform-module-test-helper v0.27.0
8+
github.com/Azure/terraform-module-test-helper v0.28.0
99
github.com/gruntwork-io/terratest v0.48.0
1010
github.com/hashicorp/go-retryablehttp v0.7.7
1111
github.com/stretchr/testify v1.10.0
@@ -79,7 +79,7 @@ require (
7979
github.com/hashicorp/go-safetemp v1.0.0 // indirect
8080
github.com/hashicorp/go-version v1.7.0 // indirect
8181
github.com/hashicorp/hcl v1.0.0 // indirect
82-
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
82+
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
8383
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f // indirect
8484
github.com/hashicorp/terraform-json v0.23.0 // indirect
8585
github.com/imdario/mergo v0.3.11 // indirect
@@ -120,8 +120,8 @@ require (
120120
github.com/zclconf/go-cty v1.15.0 // indirect
121121
golang.org/x/crypto v0.31.0 // indirect
122122
golang.org/x/exp v0.0.0-20221106115401-f9659909a136 // indirect
123-
golang.org/x/mod v0.21.0 // indirect
124123
golang.org/x/net v0.31.0 // indirect
124+
golang.org/x/net v0.25.0 // indirect
125125
golang.org/x/oauth2 v0.24.0 // indirect
126126
golang.org/x/sync v0.10.0 // indirect
127127
golang.org/x/sys v0.28.0 // indirect

0 commit comments

Comments
 (0)