diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -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" |
