diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-02 15:14:15 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-02 15:14:15 +0200 |
| commit | 5087803ef84e95e4e208dbc90db0f9af89dd1b9a (patch) | |
| tree | a2e963dd99b57d55a408ac8045d04c3cddc63c10 /runner/python | |
| parent | 43a46a1a3a50e08d5a774c73a2528b877ac29451 (diff) | |
update module path
Diffstat (limited to 'runner/python')
| -rw-r--r-- | runner/python/file.go | 8 | ||||
| -rw-r--r-- | runner/python/indexer.go | 2 | ||||
| -rw-r--r-- | runner/python/proj.go | 4 | ||||
| -rw-r--r-- | runner/python/runner.go | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/runner/python/file.go b/runner/python/file.go index 4734b0a..86e2b73 100644 --- a/runner/python/file.go +++ b/runner/python/file.go @@ -1,12 +1,12 @@ package python import ( + "git.ewy.one/pik/describe" + "git.ewy.one/pik/model" + "git.ewy.one/pik/runner" + "git.ewy.one/pik/spool" "os/exec" "path/filepath" - "pik/describe" - "pik/model" - "pik/runner" - "pik/spool" ) type File struct { diff --git a/runner/python/indexer.go b/runner/python/indexer.go index 98502ca..c01d567 100644 --- a/runner/python/indexer.go +++ b/runner/python/indexer.go @@ -1,11 +1,11 @@ package python import ( + "git.ewy.one/pik/model" "github.com/pelletier/go-toml/v2" "io/fs" "os" "path/filepath" - "pik/model" ) type pyproj struct { diff --git a/runner/python/proj.go b/runner/python/proj.go index 1230b1c..d407fcc 100644 --- a/runner/python/proj.go +++ b/runner/python/proj.go @@ -1,10 +1,10 @@ package python import ( + "git.ewy.one/pik/model" + "git.ewy.one/pik/runner" "os/exec" "path/filepath" - "pik/model" - "pik/runner" ) type Project struct { diff --git a/runner/python/runner.go b/runner/python/runner.go index 73192e6..edd49c4 100644 --- a/runner/python/runner.go +++ b/runner/python/runner.go @@ -2,12 +2,12 @@ package python import ( "errors" + "git.ewy.one/pik/identity" + "git.ewy.one/pik/model" + "git.ewy.one/pik/runner" "io/fs" "os/exec" "path/filepath" - "pik/identity" - "pik/model" - "pik/runner" ) type python struct { |
