mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 13:46:07 +08:00
chore: update go-powerdns to v0.6.7 and adjust SOAEditAPI type (#3664)
This commit is contained in:
parent
75821a8219
commit
e3b6141715
3 changed files with 7 additions and 7 deletions
2
go.mod
2
go.mod
|
|
@ -37,7 +37,7 @@ require (
|
|||
github.com/hashicorp/vault/api v1.20.0
|
||||
github.com/jinzhu/copier v0.4.0
|
||||
github.com/miekg/dns v1.1.67
|
||||
github.com/mittwald/go-powerdns v0.6.6
|
||||
github.com/mittwald/go-powerdns v0.6.7
|
||||
github.com/namedotcom/go v0.0.0-20180403034216-08470befbe04
|
||||
github.com/nrdcg/goinwx v0.11.0
|
||||
github.com/ovh/go-ovh v1.9.0
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -324,8 +324,8 @@ github.com/mitchellh/go-wordwrap v1.0.0/go.mod h1:ZXFpozHsX6DPmq2I0TCekCxypsnAUb
|
|||
github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
|
||||
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
|
||||
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
|
||||
github.com/mittwald/go-powerdns v0.6.6 h1:yQcuszhl98+jJgELjD5ecfxCQWoshhnArexpwrwQxLY=
|
||||
github.com/mittwald/go-powerdns v0.6.6/go.mod h1:adWJ860laOgm14afg+7V0nCa5NQT37oEYe2HRhoS/CA=
|
||||
github.com/mittwald/go-powerdns v0.6.7 h1:r638QOYLWyJ5Wy+qynlq5nTRlhmfQMJvM9BDsbhyiro=
|
||||
github.com/mittwald/go-powerdns v0.6.7/go.mod h1:zFe/i17IP6/NGFkWGGsPL0t7VrL6u14HU8Hr06X4Qmg=
|
||||
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
|
||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
|
||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
|
||||
|
|
|
|||
|
|
@ -53,10 +53,10 @@ type powerdnsProvider struct {
|
|||
APIKey string
|
||||
APIUrl string
|
||||
ServerName string
|
||||
DefaultNS []string `json:"default_ns"`
|
||||
DNSSecOnCreate bool `json:"dnssec_on_create"`
|
||||
ZoneKind zones.ZoneKind `json:"zone_kind"`
|
||||
SOAEditAPI string `json:"soa_edit_api,omitempty"`
|
||||
DefaultNS []string `json:"default_ns"`
|
||||
DNSSecOnCreate bool `json:"dnssec_on_create"`
|
||||
ZoneKind zones.ZoneKind `json:"zone_kind"`
|
||||
SOAEditAPI zones.ZoneSOAEditAPI `json:"soa_edit_api,omitempty"`
|
||||
|
||||
nameservers []*models.Nameserver
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue