From 1e932e7015ac9d21a1f92ad57cd0c109f58bb29f Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 2 May 2026 15:24:12 +0200 Subject: yep --- cache/cache.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cache/cache.go') diff --git a/cache/cache.go b/cache/cache.go index 037f7cd..9af25a5 100644 --- a/cache/cache.go +++ b/cache/cache.go @@ -3,8 +3,8 @@ package cache import ( "bufio" "errors" - "git.ewy.one/pik.git/model" - "git.ewy.one/pik.git/paths" + "github.com/ewy1/pik/model" + "github.com/ewy1/pik/paths" "io" "io/fs" "os" -- cgit v1.3.1