forked from IBM-Cloud/terraform-provider-ibm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
45 lines (41 loc) · 2.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
module github.com/IBM-Cloud/terraform-provider-ibm
go 1.12
require (
github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 // indirect
github.com/IBM-Cloud/bluemix-go v0.0.0-20200319053306-42bf472738fd
github.com/IBM-Cloud/power-go-client v1.0.0
github.com/IBM/ibm-cos-sdk-go v1.2.0
github.com/IBM/keyprotect-go-client v0.3.5-0.20200325142150-b63163832e26
github.com/apache/incubator-openwhisk-client-go v0.0.0-20171128215515-ad814bc98c32
github.com/apparentlymart/go-cidr v1.0.1
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 // indirect
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-openapi/strfmt v0.19.4
github.com/go-test/deep v1.0.4 // indirect
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect
github.com/hashicorp/go-uuid v1.0.1
github.com/hashicorp/go-version v1.2.0
github.com/hashicorp/terraform v0.12.20 // indirect
github.com/hashicorp/terraform-plugin-sdk v1.6.0
github.com/hashicorp/tf-sdk-migrator v1.0.0 // indirect
github.com/hokaccha/go-prettyjson v0.0.0-20170213120834-e6b9231a2b1c // indirect
github.com/kardianos/govendor v1.0.9 // indirect
github.com/minsikl/netscaler-nitro-go v0.0.0-20170827154432-5b14ce3643e3
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/gox v1.0.1 // indirect
github.com/nicksnyder/go-i18n v0.0.0-20171206142411-aa0ce51472e0 // indirect
github.com/onsi/ginkgo v1.10.3 // indirect
github.com/onsi/gomega v1.7.1 // indirect
github.com/pelletier/go-toml v0.0.0-20171024211038-4e9e0ee19b60 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 // indirect
github.com/satori/go.uuid v1.2.0
github.com/softlayer/softlayer-go v0.0.0-20190814165317-b9062a914a22
github.ibm.com/Bluemix/riaas-go-client v0.0.0-20191018070922-afd27ac04d4f
golang.org/x/tools v0.0.0-20200225022059-a0ec867d517c // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
)
replace github.ibm.com/Bluemix/riaas-go-client v0.0.0-20191018070922-afd27ac04d4f => ./common/github.ibm.com/Bluemix/riaas-go-client
replace github.com/softlayer/softlayer-go v0.0.0-20190814165317-b9062a914a22 => ./common/github.com/softlayer/softlayer-go