summaryrefslogtreecommitdiff
path: root/cache
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-02 15:24:12 +0200
committerewy <ewy0@protonmail.com>2026-05-02 15:24:33 +0200
commit1e932e7015ac9d21a1f92ad57cd0c109f58bb29f (patch)
tree5e9e3f5c80037a9c5871761e285df76669149b84 /cache
parent10ee69de59f3e6f9cae79746c6ab9a6eb9603400 (diff)
yep
Diffstat (limited to 'cache')
-rw-r--r--cache/cache.go4
-rw-r--r--cache/cache_test.go2
2 files changed, 3 insertions, 3 deletions
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"
diff --git a/cache/cache_test.go b/cache/cache_test.go
index 2dea38b..5f6a501 100644
--- a/cache/cache_test.go
+++ b/cache/cache_test.go
@@ -3,7 +3,7 @@
package cache
import (
- . "git.ewy.one/pik.git/runner"
+ . "github.com/ewy1/pik/runner"
"github.com/stretchr/testify/assert"
"path/filepath"
"strings"