-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
59 lines (57 loc) · 2.61 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
module gitlab.com/scalablespace/listener
go 1.15
require (
cloud.google.com/go v0.52.0 // indirect
github.com/Azure/azure-sdk-for-go v39.1.0+incompatible
github.com/Azure/go-autorest/autorest v0.9.5 // indirect
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
github.com/Azure/go-autorest/autorest/to v0.3.0
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
github.com/UpCloudLtd/upcloud-go-api v0.0.0-20191002121400-278d4fc37f37
github.com/alessio/shellescape v0.0.0-20190409004728-b115ca0f9053 // indirect
github.com/aliyun/alibaba-cloud-sdk-go v1.61.122
github.com/aws/aws-sdk-go v1.28.10
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/bramvdbogaerde/go-scp v0.0.0-20200119201711-987556b8bdd7
github.com/caarlos0/env/v6 v6.0.0
github.com/cloudflare/cloudflare-go v0.11.1
github.com/digitalocean/godo v1.30.0
github.com/exoscale/egoscale v0.28.1
github.com/go-resty/resty/v2 v2.3.0 // indirect
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/googleapis/gnostic v0.5.1 // indirect
github.com/hashicorp/go-hclog v0.12.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.4 // indirect
github.com/hetznercloud/hcloud-go v1.17.0
github.com/imdario/mergo v0.3.10 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0 // indirect
github.com/lib/pq v1.2.0
github.com/linode/linodego v0.20.0
github.com/pkg/errors v0.9.1
github.com/pusher/pusher-http-go v4.0.0+incompatible
github.com/renier/xmlrpc v0.0.0-20191022213033-ce560eccbd00 // indirect
github.com/satori/go.uuid v1.2.0
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.5
github.com/softlayer/softlayer-go v1.0.0
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271
github.com/vultr/govultr v0.3.0
go.opencensus.io v0.22.3 // indirect
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/dig v1.7.0 // indirect
go.uber.org/fx v1.9.0
go.uber.org/goleak v0.10.0 // indirect
go.uber.org/multierr v1.1.0
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200810151505-1b9f1253b3ed // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
google.golang.org/api v0.15.0
gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61
)