Skip to content

Commit a491155

Browse files
committed
#patch: fix ci
1 parent e923e87 commit a491155

File tree

2 files changed

+199
-78
lines changed

2 files changed

+199
-78
lines changed

go.mod

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,26 @@ module github.com/circa10a/terraform-provider-mcbroken
22

33
go 1.15
44

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+
)

0 commit comments

Comments
 (0)