diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-02 15:14:15 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-02 15:14:15 +0200 |
| commit | 5087803ef84e95e4e208dbc90db0f9af89dd1b9a (patch) | |
| tree | a2e963dd99b57d55a408ac8045d04c3cddc63c10 /cache/cache.go | |
| parent | 43a46a1a3a50e08d5a774c73a2528b877ac29451 (diff) | |
update module path
Diffstat (limited to 'cache/cache.go')
| -rw-r--r-- | cache/cache.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cache/cache.go b/cache/cache.go index 39ee062..7d46b3a 100644 --- a/cache/cache.go +++ b/cache/cache.go @@ -3,12 +3,12 @@ package cache import ( "bufio" "errors" + "git.ewy.one/pik/model" + "git.ewy.one/pik/paths" "io" "io/fs" "os" "path" - "pik/model" - "pik/paths" "strings" ) |
