aboutsummaryrefslogtreecommitdiffstats
path: root/skate/cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'skate/cache.go')
-rw-r--r--skate/cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/cache.go b/skate/cache.go
index e5b0171..5ef4551 100644
--- a/skate/cache.go
+++ b/skate/cache.go
@@ -9,7 +9,7 @@ import (
"os"
"path"
- "git.archive.org/martin/cgraph/skate/atomic"
+ "gitlab.com/internetarchive/refcat/skate/atomic"
)
var ErrCacheMiss = errors.New("cache miss")