2020-04-14 16:47:30 -04:00
|
|
|
module github.com/StackExchange/dnscontrol/v3
|
2020-01-18 14:40:28 -05:00
|
|
|
|
2020-03-02 20:24:19 +04:00
|
|
|
go 1.14
|
2020-01-18 14:40:28 -05:00
|
|
|
|
|
|
|
require (
|
2020-06-26 12:52:55 -04:00
|
|
|
github.com/Azure/azure-sdk-for-go v43.3.0+incompatible
|
2020-06-26 12:53:21 -04:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.0
|
2020-06-26 12:53:39 -04:00
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0
|
2020-01-18 14:40:28 -05:00
|
|
|
github.com/DisposaBoy/JsonConfigReader v0.0.0-20171218180944-5ea4d0ddac55
|
2020-06-26 12:51:13 -04:00
|
|
|
github.com/TomOnTime/utfutil v0.0.0-20200626160131-0b0178852c8f
|
2020-03-10 11:32:47 -04:00
|
|
|
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
|
2020-06-26 12:52:05 -04:00
|
|
|
github.com/aws/aws-sdk-go v1.32.10
|
2020-01-18 14:40:28 -05:00
|
|
|
github.com/billputer/go-namecheap v0.0.0-20170915210158-0c7adb0710f8
|
2020-01-20 14:13:32 -05:00
|
|
|
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
|
2020-02-03 12:44:11 -05:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2020-01-18 14:40:28 -05:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.1-0.20190620180102-5e25c22bd5d6+incompatible // indirect
|
2020-05-23 10:15:05 -04:00
|
|
|
github.com/digitalocean/godo v1.36.0
|
2020-05-13 13:37:49 -07:00
|
|
|
github.com/dnsimple/dnsimple-go v0.62.0
|
2020-02-27 20:06:12 -08:00
|
|
|
github.com/exoscale/egoscale v0.23.0
|
2020-02-14 13:59:28 -05:00
|
|
|
github.com/go-acme/lego v2.7.2+incompatible
|
2020-01-18 14:40:28 -05:00
|
|
|
github.com/gobwas/glob v0.2.4-0.20181002190808-e7a84e9525fe
|
2020-05-23 10:15:05 -04:00
|
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
2020-01-18 14:40:28 -05:00
|
|
|
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-27 10:04:17 -08:00
|
|
|
github.com/hexonet/go-sdk v2.2.3+incompatible
|
2020-01-20 14:13:32 -05:00
|
|
|
github.com/jarcoal/httpmock v1.0.4 // indirect
|
2020-03-22 15:49:28 -04:00
|
|
|
github.com/miekg/dns v1.1.29
|
2020-05-30 15:54:07 +02:00
|
|
|
github.com/mittwald/go-powerdns v0.4.0
|
2020-01-29 13:43:25 -05:00
|
|
|
github.com/mjibson/esc v0.2.0
|
2020-01-18 14:40:28 -05:00
|
|
|
github.com/namedotcom/go v0.0.0-20180403034216-08470befbe04
|
2020-08-17 14:45:44 +02:00
|
|
|
github.com/nrdcg/goinwx v0.8.1
|
2020-01-18 14:40:28 -05:00
|
|
|
github.com/ovh/go-ovh v0.0.0-20181109152953-ba5adb4cf014
|
|
|
|
github.com/philhug/opensrs-go v0.0.0-20171126225031-9dfa7433020d
|
2020-05-30 10:40:21 -04:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-08-17 14:45:44 +02:00
|
|
|
github.com/pquerna/otp v1.2.0
|
2020-01-18 14:40:28 -05:00
|
|
|
github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 // indirect
|
2020-02-12 21:16:35 -05:00
|
|
|
github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff
|
2020-03-10 11:32:47 -04:00
|
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
2020-01-20 14:13:32 -05:00
|
|
|
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
|
2020-01-18 14:40:28 -05:00
|
|
|
github.com/softlayer/softlayer-go v0.0.0-20170804160555-5e1c8cccc730
|
2020-06-09 14:00:20 -04:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-02-12 21:16:35 -05:00
|
|
|
github.com/tdewolff/minify v2.3.6+incompatible
|
2020-01-18 14:40:28 -05:00
|
|
|
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
2020-01-20 14:13:32 -05:00
|
|
|
github.com/tdewolff/test v1.0.6 // indirect
|
2020-03-27 12:09:56 -04:00
|
|
|
github.com/tiramiseb/go-gandi v0.0.0-20200313161345-6b74caa58663
|
2020-03-22 15:53:38 -04:00
|
|
|
github.com/urfave/cli/v2 v2.2.0
|
2020-02-17 10:47:34 -05:00
|
|
|
github.com/vultr/govultr v0.2.0
|
2020-05-23 10:18:28 -04:00
|
|
|
golang.org/x/mod v0.3.0 // indirect
|
2020-06-26 12:50:56 -04:00
|
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344
|
2020-02-12 21:16:35 -05:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-08-17 14:45:44 +02:00
|
|
|
golang.org/x/tools v0.0.0-20200811215021-48a8ffc5b207 // indirect
|
2020-06-26 12:51:32 -04:00
|
|
|
google.golang.org/api v0.28.0
|
2020-05-23 10:15:05 -04:00
|
|
|
google.golang.org/appengine v1.6.6 // indirect
|
2020-01-20 14:13:32 -05:00
|
|
|
gopkg.in/ini.v1 v1.42.0 // indirect
|
2020-01-18 14:40:28 -05:00
|
|
|
gopkg.in/ns1/ns1-go.v2 v2.0.0-20170502175150-c563826f4cbe
|
2020-02-12 21:16:35 -05:00
|
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
2020-05-23 10:15:05 -04:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-06-09 14:00:20 -04:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
|
2020-01-18 14:40:28 -05:00
|
|
|
)
|