diff --git a/cmd/test/main.go b/cmd/test/main.go index f344a40..b2195e0 100644 --- a/cmd/test/main.go +++ b/cmd/test/main.go @@ -1,7 +1,7 @@ package main import ( - "github.com/di4f/cli/mtool" + "github.com/vultras/cli/mtool" "strconv" "fmt" "os" diff --git a/go.mod b/go.mod index d03c918..535d5cb 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/di4f/cli +module github.com/vultras/cli go 1.18