mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Update dependencies (#763)
* gcloud natively supports records of type DS * doc fix: CanUseDs -> CanUseDS capitalisation fix * Update github.com/stretchr/testify golang.org/x/tools google.golang.org/api gopkg.in/yaml.v3 Co-authored-by: Matthew Huxtable <matthew.huxtable@sparx.co.uk>
This commit is contained in:
@@ -16,6 +16,7 @@ import (
|
||||
|
||||
var features = providers.DocumentationNotes{
|
||||
providers.CanGetZones: providers.Can(),
|
||||
providers.CanUseDS: providers.Can(),
|
||||
providers.CanUseCAA: providers.Can(),
|
||||
providers.CanUsePTR: providers.Can(),
|
||||
providers.CanUseSRV: providers.Can(),
|
||||
|
Reference in New Issue
Block a user