mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-12 10:27:57 +08:00
9812ecd9ff
* github.com/miekg/dns * Greatly simplify the logic for handling serial numbers. Related code was all over the place. Now it is abstracted into one testable method makeSoa. This simplifies code in many other places. * Update docs/_providers/bind.md: Edit old text. Add SOA description. * SOA records are now treated like any other record internally. You still can't specify them in dnsconfig.js, but that's by design. * The URL for issue 491 was wrong in many places * BIND: Clarify GENERATE_ZONEFILE message
65 lines
3.2 KiB
Modula-2
65 lines
3.2 KiB
Modula-2
module github.com/StackExchange/dnscontrol/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
cloud.google.com/go v0.41.1-0.20190703172311-335e9e09b93e // indirect
|
|
github.com/Azure/azure-sdk-for-go v39.1.0+incompatible
|
|
github.com/Azure/go-autorest/autorest v0.9.4 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
|
|
github.com/Azure/go-autorest/autorest/to v0.3.0
|
|
github.com/DisposaBoy/JsonConfigReader v0.0.0-20171218180944-5ea4d0ddac55
|
|
github.com/TomOnTime/utfutil v0.0.0-20180511104225-09c41003ee1d
|
|
github.com/aws/aws-sdk-go v1.29.1
|
|
github.com/billputer/go-namecheap v0.0.0-20170915210158-0c7adb0710f8
|
|
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.1-0.20190620180102-5e25c22bd5d6+incompatible // indirect
|
|
github.com/digitalocean/godo v1.30.0
|
|
github.com/dnsimple/dnsimple-go v0.31.0
|
|
github.com/exoscale/egoscale v0.10.5
|
|
github.com/go-acme/lego v2.7.2+incompatible
|
|
github.com/gobwas/glob v0.2.4-0.20181002190808-e7a84e9525fe
|
|
github.com/golang/protobuf v1.3.3 // indirect
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/google/go-querystring v1.0.1-0.20190318165438-c8c88dbee036 // indirect
|
|
github.com/google/uuid v1.1.2-0.20190416172445-c2e93f3ae59f
|
|
github.com/gopherjs/jquery v0.0.0-20191017083323-73f4c7416038
|
|
github.com/hashicorp/vault/api v1.0.4
|
|
github.com/hexonet/go-sdk v1.2.1
|
|
github.com/jarcoal/httpmock v1.0.4 // indirect
|
|
github.com/kolo/xmlrpc v0.0.0-20150413191830-0826b98aaa29 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/malexdev/utfutil v0.0.0-20180510171754-00c8d4a8e7a8 // indirect
|
|
github.com/miekg/dns v1.1.27
|
|
github.com/mjibson/esc v0.2.0
|
|
github.com/namedotcom/go v0.0.0-20180403034216-08470befbe04
|
|
github.com/ovh/go-ovh v0.0.0-20181109152953-ba5adb4cf014
|
|
github.com/philhug/opensrs-go v0.0.0-20171126225031-9dfa7433020d
|
|
github.com/prasmussen/gandi-api v0.0.0-20180224132202-58d3d4205661
|
|
github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 // indirect
|
|
github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff
|
|
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
|
|
github.com/softlayer/softlayer-go v0.0.0-20170804160555-5e1c8cccc730
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/tdewolff/minify v2.3.6+incompatible
|
|
github.com/tdewolff/parse v2.3.4+incompatible // indirect
|
|
github.com/tdewolff/test v1.0.6 // indirect
|
|
github.com/tiramiseb/go-gandi v0.0.0-20200128175142-df8b8e9d23a1
|
|
github.com/urfave/cli/v2 v2.1.1
|
|
github.com/vultr/govultr v0.2.0
|
|
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d // indirect
|
|
golang.org/x/mod v0.2.0 // indirect
|
|
golang.org/x/net v0.0.0-20200222125558-5a598a2470a0
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/sys v0.0.0-20200219091948-cb0a6d8edb6c // indirect
|
|
golang.org/x/tools v0.0.0-20200212213243-2ee7536ab1cc // indirect
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
|
|
google.golang.org/api v0.17.0
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/ini.v1 v1.42.0 // indirect
|
|
gopkg.in/ns1/ns1-go.v2 v2.0.0-20170502175150-c563826f4cbe
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|