-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathgo.mod
38 lines (35 loc) · 2.05 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
module github.com/myENA/consul-backinator
go 1.15
replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.7.0
require (
cloud.google.com/go v0.24.1-0.20180628163445-75763d24f380 // indirect
github.com/Azure/azure-sdk-for-go v17.4.0+incompatible // indirect
github.com/Azure/go-autorest v10.11.4+incompatible // indirect
github.com/Sirupsen/logrus v0.0.0-00010101000000-000000000000 // indirect
github.com/aws/aws-sdk-go v1.14.14
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/denverdino/aliyungo v0.0.0-20180626151132-3f1df87ed446 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/digitalocean/godo v1.3.1-0.20180606193730-a3505618b6f4 // indirect
github.com/go-ini/ini v1.37.1-0.20180615003539-cec2bdc49009 // indirect
github.com/golang/protobuf v0.0.0-20160829194233-1f49d83d9aa0 // indirect
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/gophercloud/gophercloud v0.0.0-20180626021939-19abc56a8cd8 // indirect
github.com/hashicorp/consul/api v1.8.0
github.com/hashicorp/consul/sdk v0.7.0
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/go-discover v0.0.0-20180607142956-283c00e7695d
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/joyent/triton-go v0.0.0-20180628001255-830d2b111e62 // indirect
github.com/mitchellh/cli v1.1.0
github.com/nicolai86/scaleway-sdk v1.10.2-0.20170917185750-33df10cad9ff // indirect
github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 // indirect
github.com/softlayer/softlayer-go v0.0.0-20180627132442-3aaf70665e74 // indirect
github.com/stretchr/testify v1.6.1
github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 // indirect
github.com/vmware/govmomi v0.17.1 // indirect
github.com/vmware/vic v1.5.0-dev.0.20180628012636-fddf519e4fb8 // indirect
golang.org/x/oauth2 v0.0.0-20170313201147-1611bb46e67a // indirect
google.golang.org/api v0.0.0-20170125213714-dfa61ae24628 // indirect
google.golang.org/appengine v1.0.1-0.20161115221414-ca59ef35f409 // indirect
)