2020-04-14 16:47:30 -04:00
|
|
|
module github.com/StackExchange/dnscontrol/v3
|
2020-01-18 14:40:28 -05:00
|
|
|
|
2021-06-04 15:50:47 -04:00
|
|
|
go 1.16
|
2020-01-18 14:40:28 -05:00
|
|
|
|
|
|
|
require (
|
2021-07-01 10:17:43 -04:00
|
|
|
github.com/Azure/azure-sdk-for-go v55.5.0+incompatible
|
2021-03-01 21:41:29 -05:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
|
2021-07-02 15:44:40 -04:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.8
|
2020-06-26 12:53:39 -04:00
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0
|
2020-12-03 10:02:15 -05:00
|
|
|
github.com/DisposaBoy/JsonConfigReader v0.0.0-20201129172854-99cf318d67e7
|
2021-07-01 10:17:43 -04:00
|
|
|
github.com/PuerkitoBio/goquery v1.7.0
|
2020-06-26 12:51:13 -04:00
|
|
|
github.com/TomOnTime/utfutil v0.0.0-20200626160131-0b0178852c8f
|
2021-06-22 10:24:49 -04:00
|
|
|
github.com/akamai/AkamaiOPEN-edgegrid-golang v1.1.1
|
2020-03-10 11:32:47 -04:00
|
|
|
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
|
2020-08-26 18:38:28 +01:00
|
|
|
github.com/andybalholm/cascadia v1.2.0 // indirect
|
2021-07-07 18:45:45 -04:00
|
|
|
github.com/aws/aws-sdk-go v1.39.1
|
2020-12-03 10:02:15 -05:00
|
|
|
github.com/babolivier/go-doh-client v0.0.0-20201028162107-a76cff4cb8b6
|
2020-12-28 16:07:33 -05:00
|
|
|
github.com/bhendo/go-powershell v0.0.0-20190719160123-219e7fb4e41e
|
2021-06-22 10:24:49 -04:00
|
|
|
github.com/billputer/go-namecheap v0.0.0-20210108011502-994a912fb7f9
|
2021-03-01 21:41:29 -05:00
|
|
|
github.com/boombuler/barcode v1.0.1 // indirect
|
2020-12-03 10:35:12 -05:00
|
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
2020-02-03 12:44:11 -05:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2021-03-01 21:41:29 -05:00
|
|
|
github.com/daaku/go.zipexe v1.0.1 // indirect
|
2021-07-07 18:45:45 -04:00
|
|
|
github.com/digitalocean/godo v1.63.0
|
2021-03-02 21:51:27 +01:00
|
|
|
github.com/ditashi/jsbeautifier-go v0.0.0-20141206144643-2520a8026a9c
|
2021-06-22 10:24:49 -04:00
|
|
|
github.com/dnsimple/dnsimple-go v0.70.1
|
2021-06-29 17:04:42 -04:00
|
|
|
github.com/exoscale/egoscale v0.59.0
|
2021-04-16 13:48:10 -04:00
|
|
|
github.com/fatih/color v1.10.0 // indirect
|
2021-03-01 21:41:29 -05:00
|
|
|
github.com/frankban/quicktest v1.11.3 // indirect
|
2020-02-14 13:59:28 -05:00
|
|
|
github.com/go-acme/lego v2.7.2+incompatible
|
2020-10-02 13:53:03 -04:00
|
|
|
github.com/go-gandi/go-gandi v0.0.0-20200921091836-0d8a64b9cc09
|
2020-01-18 14:40:28 -05:00
|
|
|
github.com/gobwas/glob v0.2.4-0.20181002190808-e7a84e9525fe
|
2021-03-01 21:41:29 -05:00
|
|
|
github.com/gofrs/uuid v4.0.0+incompatible // indirect
|
2021-06-22 10:24:49 -04:00
|
|
|
github.com/google/go-github/v35 v35.3.0
|
2020-01-18 14:40:28 -05:00
|
|
|
github.com/gopherjs/jquery v0.0.0-20191017083323-73f4c7416038
|
2020-12-03 10:35:12 -05:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2021-03-01 21:41:29 -05:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2020-12-03 10:35:12 -05:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
|
2021-04-16 13:48:10 -04:00
|
|
|
github.com/hashicorp/vault/api v1.1.0
|
|
|
|
github.com/hexonet/go-sdk/v3 v3.5.2
|
2021-03-01 21:41:29 -05:00
|
|
|
github.com/jarcoal/httpmock v1.0.8 // indirect
|
2021-06-03 11:19:53 -04:00
|
|
|
github.com/jinzhu/copier v0.3.2
|
2021-04-16 13:48:10 -04:00
|
|
|
github.com/juju/testing v0.0.0-20210324180055-18c50b0c2098 // indirect
|
2020-12-03 10:35:12 -05:00
|
|
|
github.com/kolo/xmlrpc v0.0.0-20201022064351-38db28db192b // indirect
|
2021-07-01 09:28:46 -04:00
|
|
|
github.com/miekg/dns v1.1.43
|
2021-03-01 21:41:29 -05:00
|
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
2020-09-17 14:46:15 +02:00
|
|
|
github.com/mittwald/go-powerdns v0.5.2
|
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
|
2021-01-24 15:35:12 -05:00
|
|
|
github.com/oracle/oci-go-sdk/v32 v32.0.0
|
2021-06-22 10:24:49 -04:00
|
|
|
github.com/ovh/go-ovh v1.1.0
|
2020-01-18 14:40:28 -05:00
|
|
|
github.com/philhug/opensrs-go v0.0.0-20171126225031-9dfa7433020d
|
2020-12-03 10:35:12 -05:00
|
|
|
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
|
2020-05-30 10:40:21 -04:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-12-03 10:35:12 -05:00
|
|
|
github.com/pquerna/otp v1.3.0
|
2021-03-04 18:58:23 -05:00
|
|
|
github.com/qdm12/reprint v0.0.0-20200326205758-722754a53494
|
2021-07-01 10:17:43 -04:00
|
|
|
github.com/robertkrimen/otto v0.0.0-20210614181706-373ff5438452
|
2020-12-03 10:02:15 -05:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2020-03-10 11:32:47 -04:00
|
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
2021-04-16 13:48:10 -04:00
|
|
|
github.com/smartystreets/assertions v1.0.0 // indirect
|
2021-06-22 10:24:49 -04:00
|
|
|
github.com/softlayer/softlayer-go v1.0.3
|
2021-01-30 09:49:22 -05:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-07-07 18:45:45 -04:00
|
|
|
github.com/tdewolff/minify/v2 v2.9.19
|
|
|
|
github.com/transip/gotransip/v6 v6.6.1
|
2020-12-03 10:02:15 -05:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-06-22 10:24:49 -04:00
|
|
|
github.com/vultr/govultr v1.1.1
|
2021-01-06 23:45:32 +08:00
|
|
|
github.com/xddxdd/ottoext v0.0.0-20210101073831-439879ee6281
|
2021-07-01 10:17:43 -04:00
|
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
|
|
|
|
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
|
|
|
|
google.golang.org/api v0.50.0
|
2020-12-03 10:35:12 -05:00
|
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
2021-06-22 10:24:49 -04:00
|
|
|
gopkg.in/ns1/ns1-go.v2 v2.5.1
|
2021-04-16 13:48:10 -04:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2020-01-18 14:40:28 -05:00
|
|
|
)
|