1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

CHORE: Move NS test to its own function (#2318)

Co-authored-by: Tom Limoncelli <tal@whatexit.org>
This commit is contained in:
Tom Limoncelli
2023-05-07 09:27:41 -04:00
committed by GitHub
parent 00976474cb
commit ebe3ecdf8f
2 changed files with 31 additions and 10 deletions

3
go.mod
View File

@@ -2,8 +2,6 @@ module github.com/StackExchange/dnscontrol/v3
go 1.18
require gopkg.in/yaml.v3 v3.0.1
require (
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.2
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dns/armdns v1.1.0
@@ -67,6 +65,7 @@ require (
github.com/vultr/govultr/v2 v2.17.2
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
golang.org/x/text v0.9.0
gopkg.in/yaml.v3 v3.0.1
)
require (