Initial commit
This commit is contained in:
commit
ab4c4a2c9e
4 changed files with 209 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue