diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-02 15:24:12 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-02 15:24:33 +0200 |
| commit | 1e932e7015ac9d21a1f92ad57cd0c109f58bb29f (patch) | |
| tree | 5e9e3f5c80037a9c5871761e285df76669149b84 /search | |
| parent | 10ee69de59f3e6f9cae79746c6ab9a6eb9603400 (diff) | |
yep
Diffstat (limited to 'search')
| -rw-r--r-- | search/search.go | 2 | ||||
| -rw-r--r-- | search/search_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/search/search.go b/search/search.go index e794985..e3e6d7a 100644 --- a/search/search.go +++ b/search/search.go @@ -1,7 +1,7 @@ package search import ( - "git.ewy.one/pik.git/model" + "github.com/ewy1/pik/model" "slices" ) diff --git a/search/search_test.go b/search/search_test.go index bf63123..1a630eb 100644 --- a/search/search_test.go +++ b/search/search_test.go @@ -3,7 +3,7 @@ package search import ( - "git.ewy.one/pik.git/runner" + "github.com/ewy1/pik/runner" "github.com/stretchr/testify/assert" "testing" ) |
