This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
go.mod
50 lines (48 loc) · 2.36 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
module github.com/caddy-dns/lego-deprecated
go 1.14
require (
github.com/Azure/azure-sdk-for-go v67.0.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1823 // indirect
github.com/aws/aws-sdk-go v1.44.122 // indirect
github.com/caddyserver/caddy/v2 v2.6.2
github.com/civo/civogo v0.3.15 // indirect
github.com/cloudflare/cloudflare-go v0.52.0 // indirect
github.com/deepmap/oapi-codegen v1.11.0 // indirect
github.com/dnsimple/dnsimple-go v1.0.0 // indirect
github.com/exoscale/egoscale v0.90.2 // indirect
github.com/go-acme/lego/v4 v4.9.1
github.com/go-errors/errors v1.4.2 // indirect
github.com/go-resty/resty/v2 v2.7.0 // indirect
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
github.com/google/pprof v0.0.0-20221010195024-131d412537ea // indirect
github.com/gophercloud/utils v0.0.0-20220927104426-4113af8d2663 // indirect
github.com/klauspost/cpuid/v2 v2.1.2 // indirect
github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b // indirect
github.com/linode/linodego v1.9.3 // indirect
github.com/liquidweb/liquidweb-cli v0.6.10 // indirect
github.com/lucas-clemente/quic-go v0.30.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
github.com/mholt/acmez v1.0.4
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/ginkgo/v2 v2.4.0 // indirect
github.com/ovh/go-ovh v1.3.0 // indirect
github.com/prometheus/client_golang v1.13.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/sacloud/iaas-api-go v1.6.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/stretchr/testify v1.8.1 // indirect
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.0.521 // indirect
github.com/yandex-cloud/go-sdk v0.0.0-20221017092620-5a98ccb7544c // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/exp v0.0.0-20221023144134-a1e5550cf13e // indirect
golang.org/x/oauth2 v0.1.0 // indirect
golang.org/x/time v0.1.0 // indirect
google.golang.org/api v0.100.0 // indirect
google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)