forked from quantummetric/terraform-provider-pulsar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
30 lines (28 loc) · 1.32 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
30
module github.com/streamnative/terraform-provider-pulsar
go 1.13
require (
cloud.google.com/go v0.49.0 // indirect
cloud.google.com/go/storage v1.4.0 // indirect
github.com/aws/aws-sdk-go v1.25.48 // indirect
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/hcl/v2 v2.1.0 // indirect
github.com/hashicorp/terraform-plugin-sdk v1.4.0
github.com/hashicorp/terraform-svchost v0.0.0-20191119180714-d2e4933b9136 // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/pkg/errors v0.9.1
github.com/posener/complete v1.2.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/streamnative/pulsarctl v0.5.0
github.com/ulikunitz/xz v0.5.6 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/zclconf/go-cty v1.1.1 // indirect
go.opencensus.io v0.22.2 // indirect
golang.org/x/exp v0.0.0-20191129062945-2f5052295587 // indirect
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/tools v0.0.0-20200415034506-5d8e1897c761 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)