summaryrefslogtreecommitdiff
path: root/runner/stub.go
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 /runner/stub.go
parent5087803ef84e95e4e208dbc90db0f9af89dd1b9a (diff)
update module path
Diffstat (limited to 'runner/stub.go')
-rw-r--r--runner/stub.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runner/stub.go b/runner/stub.go
index e64e57f..618b391 100644
--- a/runner/stub.go
+++ b/runner/stub.go
@@ -3,7 +3,7 @@
package runner
import (
- "git.ewy.one/pik/model"
+ "git.ewy.one/pik.git/model"
"os/exec"
)