summaryrefslogtreecommitdiff
path: root/runner/js
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-06-06 15:58:36 +0200
committerewy <ewy0@protonmail.com>2026-06-06 15:58:36 +0200
commit58e255d3c16c7d4a7d08afde7dd3acf481e2d8ae (patch)
treec1d15465477e587f50a5771f6a956e8b96573659 /runner/js
parent8b1ee2834dca6a9fa29f190ac69a095562ec8680 (diff)
update package paths
Diffstat (limited to 'runner/js')
-rw-r--r--runner/js/indexer.go2
-rw-r--r--runner/js/js.go6
-rw-r--r--runner/js/runner.go6
-rw-r--r--runner/js/target_npm.go4
-rw-r--r--runner/js/target_script.go8
5 files changed, 13 insertions, 13 deletions
diff --git a/runner/js/indexer.go b/runner/js/indexer.go
index 8a2a6b2..056c426 100644
--- a/runner/js/indexer.go
+++ b/runner/js/indexer.go
@@ -3,7 +3,7 @@ package js
import (
"encoding/json"
"errors"
- "github.com/ewy1/pik/model"
+ "git.sr.ht/~ewy/pik/model"
"io/fs"
"os"
"path/filepath"
diff --git a/runner/js/js.go b/runner/js/js.go
index 7c2af58..ec48f3e 100644
--- a/runner/js/js.go
+++ b/runner/js/js.go
@@ -2,9 +2,9 @@ package js
import (
"errors"
- "github.com/ewy1/pik/identity"
- "github.com/ewy1/pik/model"
- "github.com/ewy1/pik/runner"
+ "git.sr.ht/~ewy/pik/identity"
+ "git.sr.ht/~ewy/pik/model"
+ "git.sr.ht/~ewy/pik/runner"
"os/exec"
"path/filepath"
"slices"
diff --git a/runner/js/runner.go b/runner/js/runner.go
index 8b5f4f1..22c03fc 100644
--- a/runner/js/runner.go
+++ b/runner/js/runner.go
@@ -1,9 +1,9 @@
package js
import (
- "github.com/ewy1/pik/identity"
- "github.com/ewy1/pik/model"
- "github.com/ewy1/pik/runner"
+ "git.sr.ht/~ewy/pik/identity"
+ "git.sr.ht/~ewy/pik/model"
+ "git.sr.ht/~ewy/pik/runner"
"io/fs"
"path/filepath"
"slices"
diff --git a/runner/js/target_npm.go b/runner/js/target_npm.go
index 8319fad..ad39114 100644
--- a/runner/js/target_npm.go
+++ b/runner/js/target_npm.go
@@ -1,8 +1,8 @@
package js
import (
- "github.com/ewy1/pik/model"
- "github.com/ewy1/pik/runner"
+ "git.sr.ht/~ewy/pik/model"
+ "git.sr.ht/~ewy/pik/runner"
"os/exec"
"path/filepath"
)
diff --git a/runner/js/target_script.go b/runner/js/target_script.go
index 6ad213d..08310f0 100644
--- a/runner/js/target_script.go
+++ b/runner/js/target_script.go
@@ -1,10 +1,10 @@
package js
import (
- "github.com/ewy1/pik/describe"
- "github.com/ewy1/pik/model"
- "github.com/ewy1/pik/runner"
- "github.com/ewy1/pik/spool"
+ "git.sr.ht/~ewy/pik/describe"
+ "git.sr.ht/~ewy/pik/model"
+ "git.sr.ht/~ewy/pik/runner"
+ "git.sr.ht/~ewy/pik/spool"
"os/exec"
"path/filepath"
)