summaryrefslogtreecommitdiff
path: root/cache
diff options
context:
space:
mode:
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 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"
)
diff --git a/cache/cache_test.go b/cache/cache_test.go
index ecf07f5..30c7784 100644
--- a/cache/cache_test.go
+++ b/cache/cache_test.go
@@ -3,9 +3,9 @@
package cache
import (
+ . "git.ewy.one/pik/runner"
"github.com/stretchr/testify/assert"
"path/filepath"
- . "pik/runner"
"strings"
"testing"
"testing/fstest"