File tree Expand file tree Collapse file tree 2 files changed +199
-78
lines changed Expand file tree Collapse file tree 2 files changed +199
-78
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,26 @@ module github.com/circa10a/terraform-provider-mcbroken
2
2
3
3
go 1.15
4
4
5
- require github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.3
5
+ require (
6
+ github.com/agext/levenshtein v1.2.3 // indirect
7
+ github.com/fatih/color v1.13.0 // indirect
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
18
+ github.com/mitchellh/go-wordwrap v1.0.1 // indirect
19
+ github.com/mitchellh/mapstructure v1.4.2 // indirect
20
+ 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
27
+ )
You can’t perform that action at this time.
0 commit comments