diff --git a/go.mod b/go.mod index e969f7f..4059c5f 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,8 @@ -module nto_cli +module github.com/opbnq-q/nto-cli go 1.22.12 require ( - github.com/fatih/structtag v1.2.0 // indirect github.com/gdamore/encoding v1.0.0 // indirect github.com/gdamore/tcell/v2 v2.7.1 // indirect github.com/kuzgoga/fogg v0.1.2 // indirect diff --git a/main.go b/main.go index 4070110..d596af4 100644 --- a/main.go +++ b/main.go @@ -1,11 +1,11 @@ package main import ( + "github.com/opbnq-q/nto-cli/cmd" + "github.com/opbnq-q/nto-cli/generation" + "github.com/opbnq-q/nto-cli/model" + "github.com/opbnq-q/nto-cli/utils" "log" - "nto_cli/cmd" - "nto_cli/generation" - "nto_cli/model" - "nto_cli/utils" ) func main() {