diff options
Diffstat (limited to 'runner/python')
| -rw-r--r-- | runner/python/file.go | 8 | ||||
| -rw-r--r-- | runner/python/indexer.go | 2 | ||||
| -rw-r--r-- | runner/python/proj.go | 4 | ||||
| -rw-r--r-- | runner/python/runner.go | 6 |
4 files changed, 10 insertions, 10 deletions
diff --git a/runner/python/file.go b/runner/python/file.go index b6a3f3f..ae22962 100644 --- a/runner/python/file.go +++ b/runner/python/file.go @@ -1,10 +1,10 @@ package python 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" ) diff --git a/runner/python/indexer.go b/runner/python/indexer.go index ff64fc8..2b3b347 100644 --- a/runner/python/indexer.go +++ b/runner/python/indexer.go @@ -1,7 +1,7 @@ package python import ( - "github.com/ewy1/pik/model" + "git.sr.ht/~ewy/pik/model" "github.com/pelletier/go-toml/v2" "io/fs" "os" diff --git a/runner/python/proj.go b/runner/python/proj.go index 5b02b58..351cbc8 100644 --- a/runner/python/proj.go +++ b/runner/python/proj.go @@ -1,8 +1,8 @@ package python 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/python/runner.go b/runner/python/runner.go index 8d03f52..9318d67 100644 --- a/runner/python/runner.go +++ b/runner/python/runner.go @@ -2,9 +2,9 @@ package python 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" "io/fs" "os/exec" "path/filepath" |
