summaryrefslogtreecommitdiff
path: root/runner/gnumake/make.go
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-02 15:14:15 +0200
committerewy <ewy0@protonmail.com>2026-05-02 15:14:15 +0200
commit5087803ef84e95e4e208dbc90db0f9af89dd1b9a (patch)
treea2e963dd99b57d55a408ac8045d04c3cddc63c10 /runner/gnumake/make.go
parent43a46a1a3a50e08d5a774c73a2528b877ac29451 (diff)
update module path
Diffstat (limited to 'runner/gnumake/make.go')
-rw-r--r--runner/gnumake/make.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/runner/gnumake/make.go b/runner/gnumake/make.go
index e04f927..de9a9b9 100644
--- a/runner/gnumake/make.go
+++ b/runner/gnumake/make.go
@@ -2,12 +2,12 @@ package gnumake
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"
"regexp"
"slices"
"strings"