aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/applications/networking/ipfs-migrator/lru-repo-path-fix.patch
blob: a933a7b5358bd4a4d58723ee16de639b0afd6596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"