diff options
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 2eae44c..c6ae07f 100644 --- a/runner/exc/runner.go +++ b/runner/exc/runner.go @@ -1,10 +1,10 @@ package exc import ( - "github.com/ewy1/pik/identity" - "github.com/ewy1/pik/model" - "github.com/ewy1/pik/runner" - "github.com/ewy1/pik/spool" + "git.sr.ht/~ewy/pik/identity" + "git.sr.ht/~ewy/pik/model" + "git.sr.ht/~ewy/pik/runner" + "git.sr.ht/~ewy/pik/spool" "io/fs" "path/filepath" ) diff --git a/runner/exc/target.go b/runner/exc/target.go index 2e4cf29..5f3437f 100644 --- a/runner/exc/target.go +++ b/runner/exc/target.go @@ -1,10 +1,10 @@ package exc 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" ) |
