@@ -3,7 +3,7 @@ module github.com/Azure/terraform-azurerm-network-security-group
3
3
go 1.19
4
4
5
5
require (
6
- github.com/Azure/terraform-module-test-helper v0.7 .1
6
+ github.com/Azure/terraform-module-test-helper v0.8 .1
7
7
github.com/gruntwork-io/terratest v0.41.10
8
8
github.com/stretchr/testify v1.8.1
9
9
)
@@ -43,7 +43,7 @@ require (
43
43
github.com/hashicorp/go-safetemp v1.0.0 // indirect
44
44
github.com/hashicorp/go-version v1.5.0 // indirect
45
45
github.com/hashicorp/hcl v1.0.0 // indirect
46
- github.com/hashicorp/hcl/v2 v2.15 .0 // indirect
46
+ github.com/hashicorp/hcl/v2 v2.16 .0 // indirect
47
47
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f // indirect
48
48
github.com/hashicorp/terraform-json v0.14.0 // indirect
49
49
github.com/imdario/mergo v0.3.11 // indirect
@@ -63,14 +63,15 @@ require (
63
63
github.com/modern-go/reflect2 v1.0.1 // indirect
64
64
github.com/pmezard/go-difflib v1.0.0 // indirect
65
65
github.com/pquerna/otp v1.2.0 // indirect
66
- github.com/r3labs/diff/v3 v3.0.0 // indirect
66
+ github.com/r3labs/diff/v3 v3.0.1 // indirect
67
67
github.com/russross/blackfriday/v2 v2.1.0 // indirect
68
68
github.com/spf13/afero v1.9.3 // indirect
69
69
github.com/spf13/pflag v1.0.5 // indirect
70
70
github.com/tmccombs/hcl2json v0.3.3 // indirect
71
71
github.com/ulikunitz/xz v0.5.8 // indirect
72
72
github.com/urfave/cli v1.22.2 // indirect
73
- github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
73
+ github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
74
+ github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
74
75
github.com/zclconf/go-cty v1.12.1 // indirect
75
76
go.opencensus.io v0.23.0 // indirect
76
77
golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167 // indirect
0 commit comments