Update govultr to 2.0.0 (Vultr API v2)

This commit is contained in:
Alexandre Oliveira 2020-11-25 16:01:06 +01:00
parent 6e06fbd42e
commit 7bd763d8af
2 changed files with 10 additions and 3 deletions

4
go.mod
View file

@ -3,6 +3,8 @@ module github.com/libdns/vultr
go 1.15
require (
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
github.com/libdns/libdns v0.1.0
github.com/vultr/govultr v1.0.0
github.com/vultr/govultr v1.1.1
github.com/vultr/govultr/v2 v2.0.0
)