diff --git a/go.mod b/go.mod index 8d359db..e76513b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module hasaki-ctl +module git.ouxuan.net/tommy/hasaki-ctl go 1.14 diff --git a/main.go b/main.go index 92db30c..f93f199 100644 --- a/main.go +++ b/main.go @@ -1,7 +1,7 @@ package main import ( - "hasaki-ctl/servicegen" + "git.ouxuan.net/tommy/hasaki-ctl/servicegen" "github.com/spf13/cobra" )