lego/go.mod

140 lines
6.3 KiB
Modula-2
Raw Normal View History

2020-09-02 01:20:01 +00:00
module github.com/go-acme/lego/v4
2023-02-09 16:19:58 +00:00
go 1.19
2021-03-11 23:33:24 +00:00
// github.com/exoscale/egoscale v1.19.0 => It is an error, please don't use it.
require (
cloud.google.com/go/compute/metadata v0.2.3
2019-08-13 23:23:56 +00:00
github.com/Azure/azure-sdk-for-go v32.4.0+incompatible
2022-09-03 15:53:23 +00:00
github.com/Azure/go-autorest/autorest v0.11.24
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
2021-07-12 07:27:49 +00:00
github.com/Azure/go-autorest/autorest/to v0.4.0
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
2023-02-09 16:19:58 +00:00
github.com/BurntSushi/toml v1.2.1
github.com/OpenDNS/vegadns2client v0.0.0-20180418235048-a3fa4a771d87
2022-09-03 15:53:23 +00:00
github.com/akamai/AkamaiOPEN-edgegrid-golang v1.2.1
github.com/aliyun/alibaba-cloud-sdk-go v1.61.1755
2021-07-12 07:27:49 +00:00
github.com/aws/aws-sdk-go v1.39.0
2023-02-09 16:19:58 +00:00
github.com/cenkalti/backoff/v4 v4.2.0
2022-09-09 12:33:24 +00:00
github.com/civo/civogo v0.3.11
2022-09-03 15:53:23 +00:00
github.com/cloudflare/cloudflare-go v0.49.0
github.com/cpu/goacmedns v0.1.1
2022-09-03 15:53:23 +00:00
github.com/dnsimple/dnsimple-go v0.71.1
github.com/exoscale/egoscale v0.90.0
github.com/go-jose/go-jose/v3 v3.0.0
github.com/google/go-querystring v1.1.0
2022-09-03 15:53:23 +00:00
github.com/gophercloud/gophercloud v1.0.0
github.com/gophercloud/utils v0.0.0-20210216074907-f6de111f2eae
2022-11-26 02:06:08 +00:00
github.com/hashicorp/go-retryablehttp v0.7.1
github.com/iij/doapi v0.0.0-20190504054126-0bbf12d6d7df
2021-05-29 19:18:15 +00:00
github.com/infobloxopen/infoblox-go-client v1.1.1
2019-09-18 21:40:00 +00:00
github.com/labbsr0x/bindman-dns-webhook v1.0.2
2022-09-03 15:53:23 +00:00
github.com/linode/linodego v1.9.1
2021-03-10 09:42:00 +00:00
github.com/liquidweb/liquidweb-go v1.6.3
2023-02-09 16:19:58 +00:00
github.com/mattn/go-isatty v0.0.17
2022-09-03 15:53:23 +00:00
github.com/miekg/dns v1.1.50
github.com/mimuret/golang-iij-dpf v0.7.1
github.com/mitchellh/mapstructure v1.5.0
github.com/namedotcom/go v0.0.0-20180403034216-08470befbe04
github.com/nrdcg/auroradns v1.1.0
github.com/nrdcg/desec v0.6.0
2020-01-09 10:23:28 +00:00
github.com/nrdcg/dnspod-go v0.4.0
github.com/nrdcg/freemyip v0.2.0
2020-09-02 01:44:03 +00:00
github.com/nrdcg/goinwx v0.8.1
github.com/nrdcg/namesilo v0.2.1
2023-02-27 00:11:03 +00:00
github.com/nrdcg/nodion v0.1.0
2021-05-02 11:41:02 +00:00
github.com/nrdcg/porkbun v0.1.1
2021-03-10 09:42:00 +00:00
github.com/oracle/oci-go-sdk v24.3.0+incompatible
2020-09-02 01:44:03 +00:00
github.com/ovh/go-ovh v1.1.0
2021-03-10 09:42:00 +00:00
github.com/pquerna/otp v1.3.0
github.com/rainycape/memcache v0.0.0-20150622160815-1031fa0ce2f2
2022-09-03 15:53:23 +00:00
github.com/sacloud/api-client-go v0.2.1
github.com/sacloud/iaas-api-go v1.3.2
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.9
github.com/simplesurance/bunny-go v0.0.0-20221115111006-e11d9dc91f04
2022-09-03 15:53:23 +00:00
github.com/softlayer/softlayer-go v1.0.6
2023-02-09 16:19:58 +00:00
github.com/stretchr/testify v1.8.1
2022-09-03 15:53:23 +00:00
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.490
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.0.490
github.com/transip/gotransip/v6 v6.17.0
github.com/ultradns/ultradns-go-sdk v1.4.0-20221107152238-f3f1d1d
2022-09-03 15:53:23 +00:00
github.com/urfave/cli/v2 v2.14.0
github.com/vinyldns/go-vinyldns v0.9.16
2022-09-03 15:53:23 +00:00
github.com/vultr/govultr/v2 v2.17.2
github.com/yandex-cloud/go-genproto v0.0.0-20220805142335-27b56ddae16f
github.com/yandex-cloud/go-sdk v0.0.0-20220805164847-cf028e604997
2023-05-05 07:49:38 +00:00
golang.org/x/crypto v0.7.0
golang.org/x/net v0.8.0
golang.org/x/oauth2 v0.6.0
2023-02-09 16:19:58 +00:00
golang.org/x/time v0.3.0
google.golang.org/api v0.111.0
2022-09-03 15:53:23 +00:00
gopkg.in/ns1/ns1-go.v2 v2.6.5
gopkg.in/yaml.v2 v2.4.0
2022-09-03 15:53:23 +00:00
software.sslmate.com/src/go-pkcs12 v0.2.0
)
2022-04-29 18:57:00 +00:00
require (
cloud.google.com/go/compute v1.18.0 // indirect
2022-04-29 18:57:00 +00:00
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
2022-09-03 15:53:23 +00:00
github.com/Azure/go-autorest/autorest/adal v0.9.18 // indirect
github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect
2022-04-29 18:57:00 +00:00
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
github.com/Azure/go-autorest/logger v0.2.1 // indirect
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
2022-04-29 18:57:00 +00:00
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
2022-09-03 15:53:23 +00:00
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
2022-04-29 18:57:00 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deepmap/oapi-codegen v1.9.1 // indirect
2022-04-29 18:57:00 +00:00
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
2022-04-29 18:57:00 +00:00
github.com/go-errors/errors v1.0.1 // indirect
github.com/go-resty/resty/v2 v2.1.1-0.20191201195748-d7b97669fe48 // indirect
2022-09-03 15:53:23 +00:00
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
2022-04-29 18:57:00 +00:00
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
2022-09-03 15:53:23 +00:00
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
2022-04-29 18:57:00 +00:00
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
2022-04-29 18:57:00 +00:00
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 // indirect
github.com/kolo/xmlrpc v0.0.0-20200310150728-e0350524596b // indirect
github.com/labbsr0x/goh v1.0.1 // indirect
github.com/liquidweb/go-lwApi v0.0.5 // indirect
github.com/liquidweb/liquidweb-cli v0.6.9 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
2022-04-29 18:57:00 +00:00
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
2022-09-03 15:53:23 +00:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sacloud/go-http v0.1.2 // indirect
github.com/sacloud/packages-go v0.0.5 // indirect
2022-05-07 09:18:10 +00:00
github.com/sirupsen/logrus v1.8.1 // indirect
2022-04-29 18:57:00 +00:00
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9 // indirect
github.com/softlayer/xmlrpc v0.0.0-20200409220501-5f089df7cb7e // indirect
github.com/spf13/cast v1.3.1 // indirect
2023-02-09 16:19:58 +00:00
github.com/stretchr/objx v0.5.0 // indirect
2022-09-03 15:53:23 +00:00
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/ratelimit v0.2.0 // indirect
2023-05-05 07:49:38 +00:00
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 // indirect
google.golang.org/grpc v1.53.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
2022-09-03 15:53:23 +00:00
gopkg.in/ini.v1 v1.66.6 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
2022-04-29 18:57:00 +00:00
)