summaryrefslogtreecommitdiff
path: root/run/run.go
diff options
context:
space:
mode:
Diffstat (limited to 'run/run.go')
-rw-r--r--run/run.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/run/run.go b/run/run.go
index c6de62c..6fa410a 100644
--- a/run/run.go
+++ b/run/run.go
@@ -2,10 +2,10 @@ package run
import (
"fmt"
- "git.ewy.one/pik/env"
- "git.ewy.one/pik/flags"
- "git.ewy.one/pik/menu"
- "git.ewy.one/pik/model"
+ "git.ewy.one/pik.git/env"
+ "git.ewy.one/pik.git/flags"
+ "git.ewy.one/pik.git/menu"
+ "git.ewy.one/pik.git/model"
"os"
"slices"
)