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

VULTR: use API v2 (#1768)

This commit is contained in:
Nicolas Lorin
2022-10-13 00:17:15 +02:00
committed by GitHub
parent ee2c7adb05
commit 2898fbad72
4 changed files with 80 additions and 56 deletions

2
go.mod
View File

@@ -51,7 +51,6 @@ require (
github.com/tdewolff/minify/v2 v2.12.3
github.com/transip/gotransip/v6 v6.17.0
github.com/urfave/cli/v2 v2.17.1
github.com/vultr/govultr v1.1.1
github.com/xddxdd/ottoext v0.0.0-20210101073831-439879ee6281
golang.org/x/net v0.0.0-20221002022538-bcab6841153b
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
@@ -149,6 +148,7 @@ require (
github.com/softlayer/xmlrpc v0.0.0-20200409220501-5f089df7cb7e // indirect
github.com/stretchr/objx v0.4.0 // indirect
github.com/tdewolff/parse/v2 v2.6.4 // indirect
github.com/vultr/govultr/v2 v2.17.2 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
go.opencensus.io v0.23.0 // indirect
go.uber.org/atomic v1.9.0 // indirect