forked from scottwinkler/terraform-provider-shell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
40 lines (37 loc) · 2.05 KB
/
go.mod
File metadata and controls
40 lines (37 loc) · 2.05 KB
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
module github.com/scottwinkler/terraform-provider-shell
go 1.12
require (
github.com/Azure/azure-sdk-for-go v40.0.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.10.0 // indirect
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
github.com/coreos/etcd v3.3.18+incompatible // indirect
github.com/dylanmei/iso8601 v0.1.0 // indirect
github.com/hashicorp/atlas-go v0.0.0-20170808163836-8261ea080105 // indirect
github.com/hashicorp/consul/api v1.4.0 // indirect
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.4 // indirect
github.com/hashicorp/go-tfe v0.5.0 // indirect
github.com/hashicorp/hcl2 v0.0.0-20190821123243-0c888d1241f6 // indirect
github.com/hashicorp/hil v0.0.0-20190212112733-ab17b08d6590 // indirect
github.com/hashicorp/logutils v1.0.0
github.com/hashicorp/terraform v0.11.11
github.com/hashicorp/terraform-plugin-sdk v1.7.0
github.com/joyent/triton-go v1.7.0 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/lusis/go-artifactory v0.0.0-20180304164534-a47f63f234b2 // indirect
github.com/masterzen/winrm v0.0.0-20190308153735-1d17eaf15943 // indirect
github.com/mattn/go-shellwords v1.0.10 // indirect
github.com/mitchellh/go-linereader v0.0.0-20190213213312-1b945b3263eb
github.com/mitchellh/panicwrap v1.0.0 // indirect
github.com/mitchellh/prefixedio v0.0.0-20190213213902-5733675afd51 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/packer-community/winrmcp v0.0.0-20180921211025-c76d91c1e7db // indirect
github.com/rs/xid v1.2.1
github.com/ryanuber/columnize v2.1.0+incompatible // indirect
github.com/terraform-providers/terraform-provider-aws v1.60.0 // indirect
github.com/terraform-providers/terraform-provider-openstack v1.26.0 // indirect
github.com/tidwall/gjson v1.6.0
github.com/xanzy/ssh-agent v0.2.1 // indirect
github.com/xlab/treeprint v1.0.0 // indirect
)
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999