diff options
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | tests/tests.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ -module github.com/Mango0x45/getgopt +module git.thomasvoss.com/getgopt go 1.17 diff --git a/tests/tests.go b/tests/tests.go index 47aef19..bbcddb6 100644 --- a/tests/tests.go +++ b/tests/tests.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "github.com/Mango0x45/getgopt" + "git.thomasvoss.com/getgopt" ) func main() { |