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/exc | |
| parent | 43a46a1a3a50e08d5a774c73a2528b877ac29451 (diff) | |
update module path
Diffstat (limited to 'runner/exc')
| -rw-r--r-- | runner/exc/runner.go | 8 | ||||
| -rw-r--r-- | runner/exc/target.go | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/runner/exc/runner.go b/runner/exc/runner.go index 4b0c2e6..734d013 100644 --- a/runner/exc/runner.go +++ b/runner/exc/runner.go @@ -1,12 +1,12 @@ package exc import ( + "git.ewy.one/pik/identity" + "git.ewy.one/pik/model" + "git.ewy.one/pik/runner" + "git.ewy.one/pik/spool" "io/fs" "path/filepath" - "pik/identity" - "pik/model" - "pik/runner" - "pik/spool" ) func (e *exc) Hydrate(target model.Target) (model.HydratedTarget, error) { diff --git a/runner/exc/target.go b/runner/exc/target.go index c9d20b8..1f665c0 100644 --- a/runner/exc/target.go +++ b/runner/exc/target.go @@ -1,11 +1,11 @@ package exc import ( + "git.ewy.one/pik/describe" + "git.ewy.one/pik/model" + "git.ewy.one/pik/runner" + "git.ewy.one/pik/spool" "os/exec" - "pik/describe" - "pik/model" - "pik/runner" - "pik/spool" ) type Executable struct { |
