Update module path

This commit is contained in:
Matthew Welch 2021-08-01 18:15:17 -07:00
parent 51489f170e
commit d8b5497932
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import (
"os"
"time"
externalip "gitlab.com/vocdoni/go-external-ip"
"git.narnian.us/lordwelch/externalip"
)
// CLI Flags

2
go.mod
View File

@ -1,4 +1,4 @@
module gitlab.com/vocdoni/go-external-ip
module git.narnian.us/lordwelch/externalip
go 1.12