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/gnumake | |
| parent | 5087803ef84e95e4e208dbc90db0f9af89dd1b9a (diff) | |
update module path
Diffstat (limited to 'runner/gnumake')
| -rw-r--r-- | runner/gnumake/make.go | 6 | ||||
| -rw-r--r-- | runner/gnumake/target.go | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/runner/gnumake/make.go b/runner/gnumake/make.go index de9a9b9..cd3581c 100644 --- a/runner/gnumake/make.go +++ b/runner/gnumake/make.go @@ -2,9 +2,9 @@ package gnumake 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" diff --git a/runner/gnumake/target.go b/runner/gnumake/target.go index 7f00ae2..b2314ad 100644 --- a/runner/gnumake/target.go +++ b/runner/gnumake/target.go @@ -1,8 +1,8 @@ package gnumake import ( - "git.ewy.one/pik/model" - "git.ewy.one/pik/runner" + "git.ewy.one/pik.git/model" + "git.ewy.one/pik.git/runner" "os/exec" ) |
