-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
35 lines (33 loc) · 1.46 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
module github.com/kamijin-fanta/envoy-acme
go 1.15
require (
github.com/Azure/azure-sdk-for-go v48.1.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.10 // indirect
github.com/Azure/go-autorest/autorest/azure/auth v0.5.3 // indirect
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
github.com/akamai/AkamaiOPEN-edgegrid-golang v1.0.0 // indirect
github.com/aliyun/alibaba-cloud-sdk-go v1.61.623 // indirect
github.com/aws/aws-sdk-go v1.35.23 // indirect
github.com/cloudflare/cloudflare-go v0.13.4 // indirect
github.com/envoyproxy/go-control-plane v0.9.7
github.com/exoscale/egoscale v1.19.0 // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-acme/lego/v4 v4.1.0
github.com/gophercloud/gophercloud v0.13.0 // indirect
github.com/hashicorp/consul/api v1.7.0
github.com/joho/godotenv v1.3.0
github.com/linode/linodego v0.24.0 // indirect
github.com/miekg/dns v1.1.35 // indirect
github.com/oracle/oci-go-sdk v24.3.0+incompatible // indirect
github.com/prometheus/client_golang v1.8.0
github.com/rs/xid v1.2.1
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1
github.com/urfave/cli/v2 v2.3.0
github.com/vultr/govultr v1.1.1 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 // indirect
google.golang.org/api v0.35.0 // indirect
google.golang.org/grpc v1.31.1
)