@@ -6,6 +6,7 @@ require (
6
6
github.com/google/uuid v1.3.0
7
7
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
8
8
github.com/hashicorp/terraform-plugin-sdk/v2 v2.20.0
9
+ github.com/mitchellh/mapstructure v1.5.0
9
10
github.com/stretchr/testify v1.8.0
10
11
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
11
12
)
@@ -17,7 +18,7 @@ require (
17
18
github.com/davecgh/go-spew v1.1.1 // indirect
18
19
github.com/fatih/color v1.13.0 // indirect
19
20
github.com/golang/protobuf v1.5.2 // indirect
20
- github.com/google/go-cmp v0.5.8 // indirect
21
+ github.com/google/go-cmp v0.5.9 // indirect
21
22
github.com/hashicorp/errwrap v1.1.0 // indirect
22
23
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
23
24
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -42,7 +43,6 @@ require (
42
43
github.com/mitchellh/copystructure v1.2.0 // indirect
43
44
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
44
45
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
45
- github.com/mitchellh/mapstructure v1.5.0 // indirect
46
46
github.com/mitchellh/reflectwalk v1.0.2 // indirect
47
47
github.com/oklog/run v1.0.0 // indirect
48
48
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -52,12 +52,12 @@ require (
52
52
github.com/vmihailenco/tagparser v0.1.1 // indirect
53
53
github.com/zclconf/go-cty v1.10.0 // indirect
54
54
golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167 // indirect
55
- golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
56
- golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
57
- golang.org/x/text v0.3.7 // indirect
55
+ golang.org/x/net v0.5.0 // indirect
56
+ golang.org/x/sys v0.4.0 // indirect
57
+ golang.org/x/text v0.6.0 // indirect
58
58
google.golang.org/appengine v1.6.7 // indirect
59
- google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf // indirect
60
- google.golang.org/grpc v1.48 .0 // indirect
61
- google.golang.org/protobuf v1.28.0 // indirect
59
+ google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
60
+ google.golang.org/grpc v1.53 .0 // indirect
61
+ google.golang.org/protobuf v1.28.1 // indirect
62
62
gopkg.in/yaml.v3 v3.0.1 // indirect
63
63
)
0 commit comments