summaryrefslogtreecommitdiff
path: root/runner/exc/runner.go
diff options
context:
space:
mode:
Diffstat (limited to 'runner/exc/runner.go')
-rw-r--r--runner/exc/runner.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/runner/exc/runner.go b/runner/exc/runner.go
index 8b39ec6..092fd80 100644
--- a/runner/exc/runner.go
+++ b/runner/exc/runner.go
@@ -1,10 +1,10 @@
package exc
import (
- "git.ewy.one/pik.git/identity"
- "git.ewy.one/pik.git/model"
- "git.ewy.one/pik.git/runner"
- "git.ewy.one/pik.git/spool"
+ "github.com/ewy1/pik/identity"
+ "github.com/ewy1/pik/model"
+ "github.com/ewy1/pik/runner"
+ "github.com/ewy1/pik/spool"
"io/fs"
"path/filepath"
)