14 lines
525 B
Diff
14 lines
525 B
Diff
|
diff --git a/ipfs-1-to-2/go-datastore/lru/datastore.go b/ipfs-1-to-2/go-datastore/lru/datastore.go
|
||
|
index 7eb18eb..cd8dcb7 100644
|
||
|
--- a/ipfs-1-to-2/go-datastore/lru/datastore.go
|
||
|
+++ b/ipfs-1-to-2/go-datastore/lru/datastore.go
|
||
|
@@ -3,7 +3,7 @@ package lru
|
||
|
import (
|
||
|
"errors"
|
||
|
|
||
|
- lru "github.com/ipfs/fs-repo-migrations/ipfs-1-to-2/golang-lru"
|
||
|
+ lru "github.com/hashicorp/golang-lru"
|
||
|
|
||
|
ds "github.com/ipfs/fs-repo-migrations/ipfs-1-to-2/go-datastore"
|
||
|
dsq "github.com/ipfs/fs-repo-migrations/ipfs-1-to-2/go-datastore/query"
|