mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 17:26:10 +08:00
06c59f09a7
REGRESSION and BUILD fix. dnscontrol compiles with this but I can't test the EXOSCALE behavior to be sure it's logically sound. The dependency was v1.19.0 but this git tag has been withdrawn and the go.mod for that git repository contains: retract v1.19.0 // Published accidentally. Per <https://proxy.golang.org/github.com/exoscale/egoscale/@v/v1.19.0.info> the timestamp for the bogus v1.19.0 dependency is 2019-10-29, which corresponds to v0.19.0. On 2020-02-27, the dnscontrol repo updated this dependency to v0.23.0, so it now being v1.19.0 (== v0.19.0) is a REGRESSION. I suggest that the maintainers purge this bogus v1.19.0 from their systems to try to prevent it leaking in again in future.
77 lines
3.6 KiB
Modula-2
77 lines
3.6 KiB
Modula-2
module github.com/StackExchange/dnscontrol/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go v55.2.0+incompatible
|
|
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.7
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0
|
|
github.com/DisposaBoy/JsonConfigReader v0.0.0-20201129172854-99cf318d67e7
|
|
github.com/PuerkitoBio/goquery v1.6.1
|
|
github.com/TomOnTime/utfutil v0.0.0-20200626160131-0b0178852c8f
|
|
github.com/akamai/AkamaiOPEN-edgegrid-golang v1.1.1
|
|
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
|
|
github.com/andybalholm/cascadia v1.2.0 // indirect
|
|
github.com/aws/aws-sdk-go v1.38.58
|
|
github.com/babolivier/go-doh-client v0.0.0-20201028162107-a76cff4cb8b6
|
|
github.com/bhendo/go-powershell v0.0.0-20190719160123-219e7fb4e41e
|
|
github.com/billputer/go-namecheap v0.0.0-20210108011502-994a912fb7f9
|
|
github.com/boombuler/barcode v1.0.1 // indirect
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/daaku/go.zipexe v1.0.1 // indirect
|
|
github.com/digitalocean/godo v1.62.0
|
|
github.com/ditashi/jsbeautifier-go v0.0.0-20141206144643-2520a8026a9c
|
|
github.com/dnsimple/dnsimple-go v0.70.1
|
|
github.com/exoscale/egoscale v0.59.0
|
|
github.com/fatih/color v1.10.0 // indirect
|
|
github.com/frankban/quicktest v1.11.3 // indirect
|
|
github.com/go-acme/lego v2.7.2+incompatible
|
|
github.com/go-gandi/go-gandi v0.0.0-20200921091836-0d8a64b9cc09
|
|
github.com/gobwas/glob v0.2.4-0.20181002190808-e7a84e9525fe
|
|
github.com/gofrs/uuid v4.0.0+incompatible // indirect
|
|
github.com/google/go-github/v35 v35.3.0
|
|
github.com/gopherjs/jquery v0.0.0-20191017083323-73f4c7416038
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
|
|
github.com/hashicorp/vault/api v1.1.0
|
|
github.com/hexonet/go-sdk/v3 v3.5.2
|
|
github.com/jarcoal/httpmock v1.0.8 // indirect
|
|
github.com/jinzhu/copier v0.3.2
|
|
github.com/juju/testing v0.0.0-20210324180055-18c50b0c2098 // indirect
|
|
github.com/kolo/xmlrpc v0.0.0-20201022064351-38db28db192b // indirect
|
|
github.com/miekg/dns v1.1.42
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
github.com/mittwald/go-powerdns v0.5.2
|
|
github.com/namedotcom/go v0.0.0-20180403034216-08470befbe04
|
|
github.com/nrdcg/goinwx v0.8.1
|
|
github.com/oracle/oci-go-sdk/v32 v32.0.0
|
|
github.com/ovh/go-ovh v1.1.0
|
|
github.com/philhug/opensrs-go v0.0.0-20171126225031-9dfa7433020d
|
|
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pquerna/otp v1.3.0
|
|
github.com/qdm12/reprint v0.0.0-20200326205758-722754a53494
|
|
github.com/robertkrimen/otto v0.0.0-20200922221731-ef014fd054ac
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
github.com/smartystreets/assertions v1.0.0 // indirect
|
|
github.com/softlayer/softlayer-go v1.0.3
|
|
github.com/stretchr/objx v0.3.0 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tdewolff/minify/v2 v2.9.17
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
github.com/vultr/govultr v1.1.1
|
|
github.com/xddxdd/ottoext v0.0.0-20210101073831-439879ee6281
|
|
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
|
|
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b
|
|
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
|
|
google.golang.org/api v0.48.0
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
gopkg.in/ns1/ns1-go.v2 v2.5.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|