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
337 B
Modula-2

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
)
go 1.13