From 58e255d3c16c7d4a7d08afde7dd3acf481e2d8ae Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 6 Jun 2026 15:58:36 +0200 Subject: update package paths --- main.go | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 89d90e6..7e229fe 100644 --- a/main.go +++ b/main.go @@ -3,23 +3,23 @@ package main import ( _ "embed" "fmt" - "github.com/ewy1/pik/cache" - "github.com/ewy1/pik/crawl" - "github.com/ewy1/pik/flags" - "github.com/ewy1/pik/git" - "github.com/ewy1/pik/indexers/pikdex" - "github.com/ewy1/pik/menu" - "github.com/ewy1/pik/model" - "github.com/ewy1/pik/paths" - "github.com/ewy1/pik/run" - "github.com/ewy1/pik/runner/exc" - "github.com/ewy1/pik/runner/gnumake" - "github.com/ewy1/pik/runner/js" - "github.com/ewy1/pik/runner/just" - "github.com/ewy1/pik/runner/python" - "github.com/ewy1/pik/runner/shell" - "github.com/ewy1/pik/search" - "github.com/ewy1/pik/spool" + "git.sr.ht/~ewy/pik/cache" + "git.sr.ht/~ewy/pik/crawl" + "git.sr.ht/~ewy/pik/flags" + "git.sr.ht/~ewy/pik/git" + "git.sr.ht/~ewy/pik/indexers/pikdex" + "git.sr.ht/~ewy/pik/menu" + "git.sr.ht/~ewy/pik/model" + "git.sr.ht/~ewy/pik/paths" + "git.sr.ht/~ewy/pik/run" + "git.sr.ht/~ewy/pik/runner/exc" + "git.sr.ht/~ewy/pik/runner/gnumake" + "git.sr.ht/~ewy/pik/runner/js" + "git.sr.ht/~ewy/pik/runner/just" + "git.sr.ht/~ewy/pik/runner/python" + "git.sr.ht/~ewy/pik/runner/shell" + "git.sr.ht/~ewy/pik/search" + "git.sr.ht/~ewy/pik/spool" "github.com/spf13/pflag" "os" "runtime/pprof" -- cgit v1.3.1