From ccc526b2e12a794408b234355213e57ec6f66078 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Wed, 2 Oct 2019 15:31:11 -0700 Subject: [PATCH] =?UTF-8?q?Rename=20module=20git.xbudex.com=20=E2=86=92=20?= =?UTF-8?q?git.buddy.wtf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/update-dns/main.go | 4 ++-- go.mod | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) 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 )