This repository has been archived by the owner on May 6, 2020. It is now read-only.
forked from cloudamqp/terraform-provider-cloudamqp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
66 lines (63 loc) · 2.53 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
module github.com/busbud/terraform-provider-cloudamqp
go 1.13
require (
cloud.google.com/go v0.40.0
github.com/84codes/go-api v0.0.0-20180618192223-911369d5d4c8
github.com/agext/levenshtein v1.2.2
github.com/apparentlymart/go-cidr v1.0.0
github.com/apparentlymart/go-textseg v1.0.0
github.com/armon/go-radix v1.0.0
github.com/aws/aws-sdk-go v1.20.7
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
github.com/bgentry/speakeasy v0.1.0
github.com/dghubble/sling v1.2.0
github.com/fatih/color v1.7.0
github.com/golang/protobuf v1.3.1
github.com/google/go-cmp v0.3.0
github.com/google/go-querystring v1.0.0
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-getter v1.3.0
github.com/hashicorp/go-hclog v0.9.2
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-plugin v1.0.1
github.com/hashicorp/go-safetemp v1.0.0
github.com/hashicorp/go-uuid v1.0.1
github.com/hashicorp/go-version v1.2.0
github.com/hashicorp/golang-lru v0.5.1
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl2 v0.0.0-20190618163856-0b64543c968c
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93
github.com/hashicorp/terraform v0.12.3
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
github.com/mattn/go-colorable v0.1.1
github.com/mattn/go-isatty v0.0.8
github.com/mitchellh/cli v1.0.0
github.com/mitchellh/copystructure v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-testing-interface v1.0.0
github.com/mitchellh/go-wordwrap v1.0.0
github.com/mitchellh/hashstructure v1.0.0
github.com/mitchellh/mapstructure v1.1.2
github.com/mitchellh/reflectwalk v1.0.1
github.com/oklog/run v1.0.0
github.com/posener/complete v1.2.1
github.com/satori/go.uuid v1.2.0
github.com/spf13/afero v1.2.2
github.com/ulikunitz/xz v0.5.6
github.com/vmihailenco/msgpack v4.0.4+incompatible
github.com/zclconf/go-cty v1.0.0
github.com/zclconf/go-cty-yaml v0.1.0
go.opencensus.io v0.22.0
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0
golang.org/x/text v0.3.2
google.golang.org/api v0.7.0
google.golang.org/appengine v1.6.1
google.golang.org/genproto v0.0.0-20190620144150-6af8c5fc6601
google.golang.org/grpc v1.21.1
)
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999 // indirect