forked from Mongey/terraform-provider-confluentcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 1.25 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/Mongey/terraform-provider-confluentcloud
go 1.16
require (
cloud.google.com/go v0.74.0 // indirect
cloud.google.com/go/storage v1.12.0 // indirect
github.com/Shopify/sarama v1.27.1
github.com/agext/levenshtein v1.2.3 // indirect
github.com/aws/aws-sdk-go v1.36.18 // indirect
github.com/cgroschupp/go-client-confluent-cloud v0.0.0-20210518145537-98176441a5a5
github.com/fatih/color v1.10.0 // indirect
github.com/frankban/quicktest v1.11.0 // indirect
github.com/go-resty/resty/v2 v2.2.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/go-uuid v1.0.2
github.com/hashicorp/terraform-plugin-docs v0.3.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.6.1
github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.4.0 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/ulikunitz/xz v0.5.9 // indirect
golang.org/x/tools v0.0.0-20201230224404-63754364767c // indirect
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)