forked from CNXTEoEorg/terraform-provider-solidfire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
41 lines (40 loc) · 1.87 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
module github.com/sofixa/terraform-provider-solidfire
require (
github.com/armon/go-radix v1.0.0
github.com/bgentry/speakeasy v0.1.0
github.com/chzyer/readline v0.0.0-20170313234921-41eea22f717c
github.com/davecgh/go-spew v1.1.1
github.com/fatih/structs v1.0.0
github.com/hashicorp/atlas-go v0.0.0-20161107204910-1792bd8de119
github.com/hashicorp/go-checkpoint v0.5.0
github.com/hashicorp/go-cleanhttp v0.5.0
github.com/hashicorp/go-getter v1.2.0 // indirect
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f
github.com/hashicorp/go-plugin v1.0.0 // indirect
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
github.com/hashicorp/logutils v1.0.0
github.com/hashicorp/terraform v0.12.0-beta2
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/mattn/go-colorable v0.1.1
github.com/mattn/go-isatty v0.0.5
github.com/mattn/go-shellwords v1.0.4
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/mitchellh/cli v1.0.0
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/hashstructure v1.0.0
github.com/mitchellh/panicwrap v0.0.0-20190213213626-17011010aaa4
github.com/mitchellh/prefixedio v0.0.0-20190213213902-5733675afd51
github.com/pmezard/go-difflib v1.0.0
github.com/ryanuber/columnize v0.0.0-20170208171727-ddeb643de91b
github.com/sirupsen/logrus v1.4.1
github.com/solidfire/terraform-provider-solidfire v0.0.0-20181019145605-e7042813e92a
github.com/stretchr/testify v1.3.0
github.com/vmware/govmomi v0.0.0-20170720170038-8ab1a62d9c08
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223
google.golang.org/grpc v1.18.0
gopkg.in/h2non/gock.v1 v1.0.4
)