From 58e255d3c16c7d4a7d08afde7dd3acf481e2d8ae Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 6 Jun 2026 15:58:36 +0200 Subject: update package paths --- runner/python/file.go | 8 ++++---- runner/python/indexer.go | 2 +- runner/python/proj.go | 4 ++-- runner/python/runner.go | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'runner/python') 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" -- cgit v1.3.1