diff --git a/cmd/update-dns/main.go b/cmd/update-dns/main.go index ccfa781..42b25ad 100644 --- a/cmd/update-dns/main.go +++ b/cmd/update-dns/main.go @@ -6,8 +6,8 @@ import ( "strings" "sync" - "git.xbudex.com/buddy/update-dns/dns" - "git.xbudex.com/buddy/update-dns/ip" + "git.buddy.wtf/buddy/update-dns/dns" + "git.buddy.wtf/buddy/update-dns/ip" "github.com/pkg/errors" "github.com/urfave/cli" ) diff --git a/go.mod b/go.mod index 6394b6c..9ac23eb 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,10 @@ -module git.xbudex.com/buddy/update-dns +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/net v0.0.0-20190110200230-915654e7eabc // indirect golang.org/x/oauth2 v0.0.0-20190111185915-36a7019397c4 )