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 /indexers/pikdex | |
| parent | 8b1ee2834dca6a9fa29f190ac69a095562ec8680 (diff) | |
update package paths
Diffstat (limited to 'indexers/pikdex')
| -rw-r--r-- | indexers/pikdex/hydrate.go | 2 | ||||
| -rw-r--r-- | indexers/pikdex/hydrate_test.go | 4 | ||||
| -rw-r--r-- | indexers/pikdex/index.go | 6 | ||||
| -rw-r--r-- | indexers/pikdex/index_test.go | 2 | ||||
| -rw-r--r-- | indexers/pikdex/meta.go | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/indexers/pikdex/hydrate.go b/indexers/pikdex/hydrate.go index a0dfc2b..027c2cc 100644 --- a/indexers/pikdex/hydrate.go +++ b/indexers/pikdex/hydrate.go @@ -1,7 +1,7 @@ package pikdex import ( - "github.com/ewy1/pik/model" + "git.sr.ht/~ewy/pik/model" "strings" ) diff --git a/indexers/pikdex/hydrate_test.go b/indexers/pikdex/hydrate_test.go index cd2433a..f8388da 100644 --- a/indexers/pikdex/hydrate_test.go +++ b/indexers/pikdex/hydrate_test.go @@ -3,8 +3,8 @@ package pikdex import ( - "github.com/ewy1/pik/model" - "github.com/ewy1/pik/runner" + "git.sr.ht/~ewy/pik/model" + "git.sr.ht/~ewy/pik/runner" "github.com/stretchr/testify/assert" "testing" ) diff --git a/indexers/pikdex/index.go b/indexers/pikdex/index.go index 15a74f4..1979e4d 100644 --- a/indexers/pikdex/index.go +++ b/indexers/pikdex/index.go @@ -2,9 +2,9 @@ package pikdex import ( "errors" - "github.com/ewy1/pik/model" - "github.com/ewy1/pik/paths" - "github.com/ewy1/pik/spool" + "git.sr.ht/~ewy/pik/model" + "git.sr.ht/~ewy/pik/paths" + "git.sr.ht/~ewy/pik/spool" "io/fs" "os" "path" diff --git a/indexers/pikdex/index_test.go b/indexers/pikdex/index_test.go index 8a82e55..a4326e1 100644 --- a/indexers/pikdex/index_test.go +++ b/indexers/pikdex/index_test.go @@ -1,7 +1,7 @@ package pikdex import ( - "github.com/ewy1/pik/paths" + "git.sr.ht/~ewy/pik/paths" "github.com/stretchr/testify/assert" "io/fs" "testing" diff --git a/indexers/pikdex/meta.go b/indexers/pikdex/meta.go index 69b3f92..777df51 100644 --- a/indexers/pikdex/meta.go +++ b/indexers/pikdex/meta.go @@ -1,9 +1,9 @@ package pikdex import ( + "git.sr.ht/~ewy/pik/describe" + "git.sr.ht/~ewy/pik/model" "github.com/charmbracelet/lipgloss" - "github.com/ewy1/pik/describe" - "github.com/ewy1/pik/model" "strings" ) |
