mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 17:26:10 +08:00
506b6cc32f
* Add initial transip provider * Add GetNameservers to transip * Add first try to correction function. * Implemented corrections * Add docs for transip * Fix TransIP TTL updates * Fix transip nameserver records * Update docs/_providers/transip.md Co-authored-by: Sven Luijten <11269635+svenluijten@users.noreply.github.com> Co-authored-by: Sven Luijten <11269635+svenluijten@users.noreply.github.com>
74 lines
3.4 KiB
Modula-2
74 lines
3.4 KiB
Modula-2
module github.com/StackExchange/dnscontrol/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go v55.5.0+incompatible
|
|
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.8
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0
|
|
github.com/DisposaBoy/JsonConfigReader v0.0.0-20201129172854-99cf318d67e7
|
|
github.com/PuerkitoBio/goquery v1.7.0
|
|
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.70
|
|
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.43
|
|
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-20210614181706-373ff5438452
|
|
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/testify v1.7.0
|
|
github.com/tdewolff/minify/v2 v2.9.18
|
|
github.com/transip/gotransip/v6 v6.6.1 // indirect
|
|
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/net v0.0.0-20210614182718-04defd469f4e
|
|
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
|
|
google.golang.org/api v0.50.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
|
|
)
|