From 58e255d3c16c7d4a7d08afde7dd3acf481e2d8ae Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 6 Jun 2026 15:58:36 +0200 Subject: update package paths --- modes.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'modes.go') diff --git a/modes.go b/modes.go index ec0545f..7a64544 100644 --- a/modes.go +++ b/modes.go @@ -2,13 +2,13 @@ package main import ( _ "embed" - "github.com/ewy1/pik/completion" - "github.com/ewy1/pik/flags" - "github.com/ewy1/pik/man/manview" - "github.com/ewy1/pik/model" - "github.com/ewy1/pik/paths" - "github.com/ewy1/pik/run" - "github.com/ewy1/pik/spool" + "git.sr.ht/~ewy/pik/completion" + "git.sr.ht/~ewy/pik/flags" + "git.sr.ht/~ewy/pik/man/manview" + "git.sr.ht/~ewy/pik/model" + "git.sr.ht/~ewy/pik/paths" + "git.sr.ht/~ewy/pik/run" + "git.sr.ht/~ewy/pik/spool" "os" "path/filepath" "runtime" -- cgit v1.3.1