diff options
Diffstat (limited to 'runner/base.go')
| -rw-r--r-- | runner/base.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runner/base.go b/runner/base.go index 4fcd3d0..d3cb98d 100644 --- a/runner/base.go +++ b/runner/base.go @@ -1,9 +1,9 @@ package runner import ( - "github.com/ewy1/pik/identity" - "github.com/ewy1/pik/model" - "github.com/ewy1/pik/paths" + "git.sr.ht/~ewy/pik/identity" + "git.sr.ht/~ewy/pik/model" + "git.sr.ht/~ewy/pik/paths" "path/filepath" "slices" "strings" |
