Update govultr to 2.0.0 (Vultr API v2)
This commit is contained in:
parent
6e06fbd42e
commit
7bd763d8af
2 changed files with 10 additions and 3 deletions
4
go.mod
4
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue