Initial commit

This commit is contained in:
Alexandre Oliveira 2020-11-02 18:44:07 +01:00
commit ab4c4a2c9e
4 changed files with 209 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module example.org/libdns/vultr
go 1.15
require (
github.com/libdns/libdns v0.1.0
github.com/vultr/govultr v1.0.0
)