diff options
| author | ewy <ewy0@protonmail.com> | 2026-06-06 15:58:36 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-06-06 15:58:36 +0200 |
| commit | 58e255d3c16c7d4a7d08afde7dd3acf481e2d8ae (patch) | |
| tree | c1d15465477e587f50a5771f6a956e8b96573659 /main.go | |
| parent | 8b1ee2834dca6a9fa29f190ac69a095562ec8680 (diff) | |
update package paths
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" |
