You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
349 B
Modula-2
13 lines
349 B
Modula-2
5 years ago
|
module git.xbudex.com/buddy/update-dns
|
||
|
|
||
|
require (
|
||
|
github.com/dnsimple/dnsimple-go v0.22.0
|
||
|
github.com/google/go-querystring v1.0.0 // indirect
|
||
|
github.com/pkg/errors v0.8.1
|
||
|
github.com/urfave/cli v1.20.0
|
||
|
golang.org/x/net v0.0.0-20190110200230-915654e7eabc // indirect
|
||
|
golang.org/x/oauth2 v0.0.0-20190111185915-36a7019397c4 // indirect
|
||
|
)
|
||
|
|
||
|
go 1.13
|