2020-04-15 04:47:30 +08:00
|
|
|
module github.com/StackExchange/dnscontrol/v3
|
2020-01-19 03:40:28 +08:00
|
|
|
|
2020-03-03 00:24:19 +08:00
|
|
|
go 1.14
|
2020-01-19 03:40:28 +08:00
|
|
|
|
|
|
|
require (
|
2020-10-08 04:23:42 +08:00
|
|
|
github.com/Azure/azure-sdk-for-go v46.4.0+incompatible
|
|
|
|
github.com/Azure/go-autorest/autorest v0.11.10 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.3
|
2020-06-27 00:53:39 +08:00
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0
|
2020-01-19 03:40:28 +08:00
|
|
|
github.com/DisposaBoy/JsonConfigReader v0.0.0-20171218180944-5ea4d0ddac55
|
2020-08-27 01:38:28 +08:00
|
|
|
github.com/PuerkitoBio/goquery v1.5.1
|
2020-06-27 00:51:13 +08:00
|
|
|
github.com/TomOnTime/utfutil v0.0.0-20200626160131-0b0178852c8f
|
2020-03-10 23:32:47 +08:00
|
|
|
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
|
2020-08-27 01:38:28 +08:00
|
|
|
github.com/andybalholm/cascadia v1.2.0 // indirect
|
2020-10-08 04:23:42 +08:00
|
|
|
github.com/aws/aws-sdk-go v1.35.5
|
2020-09-04 22:22:41 +08:00
|
|
|
github.com/babolivier/go-doh-client v0.0.0-20200723140836-2f86c709ac4a
|
2020-01-19 03:40:28 +08:00
|
|
|
github.com/billputer/go-namecheap v0.0.0-20170915210158-0c7adb0710f8
|
2020-01-21 03:13:32 +08:00
|
|
|
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
|
2020-02-04 01:44:11 +08:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2020-10-08 04:23:42 +08:00
|
|
|
github.com/digitalocean/godo v1.46.0
|
2020-05-14 04:37:49 +08:00
|
|
|
github.com/dnsimple/dnsimple-go v0.62.0
|
2020-02-28 12:06:12 +08:00
|
|
|
github.com/exoscale/egoscale v0.23.0
|
2020-02-15 02:59:28 +08:00
|
|
|
github.com/go-acme/lego v2.7.2+incompatible
|
2020-10-03 01:53:03 +08:00
|
|
|
github.com/go-gandi/go-gandi v0.0.0-20200921091836-0d8a64b9cc09
|
2020-01-19 03:40:28 +08:00
|
|
|
github.com/gobwas/glob v0.2.4-0.20181002190808-e7a84e9525fe
|
|
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
|
|
github.com/google/go-querystring v1.0.1-0.20190318165438-c8c88dbee036 // indirect
|
|
|
|
github.com/gopherjs/jquery v0.0.0-20191017083323-73f4c7416038
|
|
|
|
github.com/hashicorp/vault/api v1.0.4
|
2020-02-28 02:04:17 +08:00
|
|
|
github.com/hexonet/go-sdk v2.2.3+incompatible
|
2020-01-21 03:13:32 +08:00
|
|
|
github.com/jarcoal/httpmock v1.0.4 // indirect
|
2020-09-05 04:26:56 +08:00
|
|
|
github.com/miekg/dns v1.1.31
|
2020-09-17 20:46:15 +08:00
|
|
|
github.com/mittwald/go-powerdns v0.5.2
|
2020-01-30 02:43:25 +08:00
|
|
|
github.com/mjibson/esc v0.2.0
|
2020-01-19 03:40:28 +08:00
|
|
|
github.com/namedotcom/go v0.0.0-20180403034216-08470befbe04
|
2020-08-17 20:45:44 +08:00
|
|
|
github.com/nrdcg/goinwx v0.8.1
|
2020-01-19 03:40:28 +08:00
|
|
|
github.com/ovh/go-ovh v0.0.0-20181109152953-ba5adb4cf014
|
|
|
|
github.com/philhug/opensrs-go v0.0.0-20171126225031-9dfa7433020d
|
2020-05-30 22:40:21 +08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-08-17 20:45:44 +08:00
|
|
|
github.com/pquerna/otp v1.2.0
|
2020-01-19 03:40:28 +08:00
|
|
|
github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 // indirect
|
2020-02-13 10:16:35 +08:00
|
|
|
github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff
|
2020-03-10 23:32:47 +08:00
|
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
2020-01-21 03:13:32 +08:00
|
|
|
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
|
2020-01-19 03:40:28 +08:00
|
|
|
github.com/softlayer/softlayer-go v0.0.0-20170804160555-5e1c8cccc730
|
2020-06-10 02:00:20 +08:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-02-13 10:16:35 +08:00
|
|
|
github.com/tdewolff/minify v2.3.6+incompatible
|
2020-01-19 03:40:28 +08:00
|
|
|
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
2020-01-21 03:13:32 +08:00
|
|
|
github.com/tdewolff/test v1.0.6 // indirect
|
2020-03-23 03:53:38 +08:00
|
|
|
github.com/urfave/cli/v2 v2.2.0
|
2020-02-17 23:47:34 +08:00
|
|
|
github.com/vultr/govultr v0.2.0
|
2020-10-08 04:23:42 +08:00
|
|
|
golang.org/x/net v0.0.0-20201006153459-a7d1128ccaa0
|
2020-09-05 04:26:56 +08:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
2020-10-08 04:23:42 +08:00
|
|
|
golang.org/x/tools v0.0.0-20201007032633-0806396f153e // indirect
|
|
|
|
google.golang.org/api v0.32.0
|
2020-01-21 03:13:32 +08:00
|
|
|
gopkg.in/ini.v1 v1.42.0 // indirect
|
2020-01-19 03:40:28 +08:00
|
|
|
gopkg.in/ns1/ns1-go.v2 v2.0.0-20170502175150-c563826f4cbe
|
2020-02-13 10:16:35 +08:00
|
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
2020-05-23 22:15:05 +08:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-06-10 02:00:20 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
|
2020-01-19 03:40:28 +08:00
|
|
|
)
|