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.

12 lines
271 B
Modula-2

module git.buddy.wtf/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/oauth2 v0.0.0-20190111185915-36a7019397c4
)
go 1.13