From d8b549793279491a56efcebe081e6a5f9927dcfd Mon Sep 17 00:00:00 2001 From: Matthew Welch Date: Sun, 1 Aug 2021 18:15:17 -0700 Subject: [PATCH] Update module path --- cmd/exip/main.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/exip/main.go b/cmd/exip/main.go index 33bf1c8..6f32c23 100644 --- a/cmd/exip/main.go +++ b/cmd/exip/main.go @@ -7,7 +7,7 @@ import ( "os" "time" - externalip "gitlab.com/vocdoni/go-external-ip" + "git.narnian.us/lordwelch/externalip" ) // CLI Flags diff --git a/go.mod b/go.mod index 53b3092..f1a47fd 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module gitlab.com/vocdoni/go-external-ip +module git.narnian.us/lordwelch/externalip go 1.12