diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-02 15:17:55 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-02 15:17:55 +0200 |
| commit | 10ee69de59f3e6f9cae79746c6ab9a6eb9603400 (patch) | |
| tree | d1167d840f4cd58f648e30a188684ae94c01a131 /runner/python/runner.go | |
| parent | 5087803ef84e95e4e208dbc90db0f9af89dd1b9a (diff) | |
update module path
Diffstat (limited to 'runner/python/runner.go')
| -rw-r--r-- | runner/python/runner.go | 6 |
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" |
