summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-02 15:17:55 +0200
committerewy <ewy0@protonmail.com>2026-05-02 15:17:55 +0200
commit10ee69de59f3e6f9cae79746c6ab9a6eb9603400 (patch)
treed1167d840f4cd58f648e30a188684ae94c01a131 /run
parent5087803ef84e95e4e208dbc90db0f9af89dd1b9a (diff)
update module path
Diffstat (limited to 'run')
-rw-r--r--run/edit.go2
-rw-r--r--run/run.go8
2 files changed, 5 insertions, 5 deletions
diff --git a/run/edit.go b/run/edit.go
index b3ea722..596f433 100644
--- a/run/edit.go
+++ b/run/edit.go
@@ -2,7 +2,7 @@ package run
import (
"errors"
- "git.ewy.one/pik/model"
+ "git.ewy.one/pik.git/model"
"os"
"os/exec"
)
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"
)