mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 09:12:47 +08:00
Update generated files for v4.6.0
This commit is contained in:
parent
d6d9944bee
commit
e859f535cd
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -58,6 +58,7 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.8.0
|
||||
github.com/G-Core/gcore-dns-sdk-go v0.2.6
|
||||
github.com/fatih/color v1.15.0
|
||||
github.com/fbiville/markdown-table-formatter v0.3.0
|
||||
|
@ -73,7 +74,6 @@ require (
|
|||
require (
|
||||
cloud.google.com/go/compute v1.23.0 // indirect
|
||||
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
||||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.8.0 // indirect
|
||||
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect
|
||||
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
||||
github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1 // indirect
|
||||
|
|
Loading…
Reference in a new issue