summaryrefslogtreecommitdiff
path: root/menu/banner.go
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-02 15:14:15 +0200
committerewy <ewy0@protonmail.com>2026-05-02 15:14:15 +0200
commit5087803ef84e95e4e208dbc90db0f9af89dd1b9a (patch)
treea2e963dd99b57d55a408ac8045d04c3cddc63c10 /menu/banner.go
parent43a46a1a3a50e08d5a774c73a2528b877ac29451 (diff)
update module path
Diffstat (limited to 'menu/banner.go')
-rw-r--r--menu/banner.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/menu/banner.go b/menu/banner.go
index 33d79d4..3cbb4d6 100644
--- a/menu/banner.go
+++ b/menu/banner.go
@@ -1,12 +1,12 @@
package menu
import (
+ "git.ewy.one/pik/flags"
+ "git.ewy.one/pik/menu/style"
+ "git.ewy.one/pik/model"
+ "git.ewy.one/pik/paths"
"github.com/charmbracelet/lipgloss"
"os/exec"
- "pik/flags"
- "pik/menu/style"
- "pik/model"
- "pik/paths"
"strings"
)