@@ -4,24 +4,16 @@ go 1.15
4
4
5
5
require (
6
6
github.com/agext/levenshtein v1.2.3 // indirect
7
- github.com/fatih/color v1.13 .0 // indirect
7
+ github.com/fatih/color v1.15 .0 // indirect
8
8
github.com/hashicorp/errwrap v1.1.0 // indirect
9
- github.com/hashicorp/go-hclog v0.16.2 // indirect
10
- github.com/hashicorp/go-multierror v1.1.1 // indirect
11
- github.com/hashicorp/go-plugin v1.4.3 // indirect
12
- github.com/hashicorp/go-uuid v1.0.2 // indirect
13
- github.com/hashicorp/hcl/v2 v2.10.1 // indirect
14
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.8.0
15
- github.com/hashicorp/yamux v0.0.0-20210826001029-26ff87cf9493 // indirect
16
- github.com/mattn/go-colorable v0.1.11 // indirect
17
- github.com/mitchellh/go-testing-interface v1.14.1 // indirect
9
+ github.com/hashicorp/go-hclog v1.5.0 // indirect
10
+ github.com/hashicorp/terraform-plugin-go v0.15.0 // indirect
11
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1
12
+ github.com/hashicorp/terraform-svchost v0.1.0 // indirect
13
+ github.com/hashicorp/yamux v0.1.1 // indirect
14
+ github.com/mattn/go-isatty v0.0.18 // indirect
18
15
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
19
- github.com/mitchellh/mapstructure v1.4.2 // indirect
20
16
github.com/oklog/run v1.1.0 // indirect
21
- github.com/zclconf/go-cty v1.9.1 // indirect
22
- golang.org/x/net v0.0.0-20210929161516-d455829e376d // indirect
23
- golang.org/x/text v0.3.7 // indirect
24
- google.golang.org/appengine v1.6.7 // indirect
25
- google.golang.org/genproto v0.0.0-20210928142010-c7af6a1a74c9 // indirect
26
- google.golang.org/grpc v1.41.0 // indirect
17
+ golang.org/x/net v0.9.0 // indirect
18
+ google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
27
19
)
0 commit comments