summaryrefslogtreecommitdiff
path: root/runner/python/runner.go
diff options
context:
space:
mode:
Diffstat (limited to 'runner/python/runner.go')
-rw-r--r--runner/python/runner.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/runner/python/runner.go b/runner/python/runner.go
index edd49c4..74929d4 100644
--- a/runner/python/runner.go
+++ b/runner/python/runner.go
@@ -2,9 +2,9 @@ package python
import (
"errors"
- "git.ewy.one/pik/identity"
- "git.ewy.one/pik/model"
- "git.ewy.one/pik/runner"
+ "git.ewy.one/pik.git/identity"
+ "git.ewy.one/pik.git/model"
+ "git.ewy.one/pik.git/runner"
"io/fs"
"os/exec"
"path/filepath"