diff --git a/go.mod b/go.mod index 1b2e8c3..d232c1b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/slarwise/pole3 +module github.com/slarwise/pole go 1.22.5 diff --git a/main.go b/main.go index 1ee1d37..87dfa17 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( "slices" "strings" - "github.com/slarwise/pole3/internal/vault" + "github.com/slarwise/pole/internal/vault" "github.com/gdamore/tcell/v2" )