|
|
@ -1,11 +1,10 @@
|
|
|
|
module git.xbudex.com/buddy/update-dns
|
|
|
|
module git.buddy.wtf/buddy/update-dns
|
|
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
require (
|
|
|
|
github.com/dnsimple/dnsimple-go v0.22.0
|
|
|
|
github.com/dnsimple/dnsimple-go v0.22.0
|
|
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
|
|
github.com/pkg/errors v0.8.1
|
|
|
|
github.com/pkg/errors v0.8.1
|
|
|
|
github.com/urfave/cli v1.20.0
|
|
|
|
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
|
|
|
|
golang.org/x/oauth2 v0.0.0-20190111185915-36a7019397c4
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|