Update client to reflect Vultr's library changes

This commit is contained in:
Alexandre Oliveira 2020-11-25 16:30:13 +01:00
parent 7bd763d8af
commit ab5efe3967
3 changed files with 392 additions and 33 deletions

1
go.mod
View file

@ -7,4 +7,5 @@ require (
github.com/libdns/libdns v0.1.0
github.com/vultr/govultr v1.1.1
github.com/vultr/govultr/v2 v2.0.0
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
)