File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ import (
21
21
dstest "github.com/ipfs/go-ipfs/merkledag/test"
22
22
"github.com/ipfs/go-ipfs/pin"
23
23
uio "github.com/ipfs/go-ipfs/unixfs/io"
24
- ds "gx/ipfs/QmZ6A6P6AMo8SR3jXAwzTuSU6B9R2Y4eqW2yW9VvfUayDN/go-datastore"
25
- dssync "gx/ipfs/QmZ6A6P6AMo8SR3jXAwzTuSU6B9R2Y4eqW2yW9VvfUayDN/go-datastore/sync"
26
24
u "gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
27
25
"gx/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-net/context"
26
+ ds "gx/ipfs/QmbCg24DeRKaRDLHbzzSVj7xndmWCPanBLkAM7Lx2nbrFs/go-datastore"
27
+ dssync "gx/ipfs/QmbCg24DeRKaRDLHbzzSVj7xndmWCPanBLkAM7Lx2nbrFs/go-datastore/sync"
28
28
)
29
29
30
30
type dagservAndPinner struct {
Original file line number Diff line number Diff line change 5
5
bsrv "github.com/ipfs/go-ipfs/blockservice"
6
6
"github.com/ipfs/go-ipfs/exchange/offline"
7
7
dag "github.com/ipfs/go-ipfs/merkledag"
8
- ds "gx/ipfs/QmZ6A6P6AMo8SR3jXAwzTuSU6B9R2Y4eqW2yW9VvfUayDN /go-datastore"
9
- dssync "gx/ipfs/QmZ6A6P6AMo8SR3jXAwzTuSU6B9R2Y4eqW2yW9VvfUayDN /go-datastore/sync"
8
+ ds "gx/ipfs/QmbCg24DeRKaRDLHbzzSVj7xndmWCPanBLkAM7Lx2nbrFs /go-datastore"
9
+ dssync "gx/ipfs/QmbCg24DeRKaRDLHbzzSVj7xndmWCPanBLkAM7Lx2nbrFs /go-datastore/sync"
10
10
)
11
11
12
12
func Mock () dag.DAGService {
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package dagutils
3
3
import (
4
4
"errors"
5
5
6
- ds "gx/ipfs/QmZ6A6P6AMo8SR3jXAwzTuSU6B9R2Y4eqW2yW9VvfUayDN/go-datastore"
7
- syncds "gx/ipfs/QmZ6A6P6AMo8SR3jXAwzTuSU6B9R2Y4eqW2yW9VvfUayDN/go-datastore/sync"
8
6
context "gx/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-net/context"
7
+ ds "gx/ipfs/QmbCg24DeRKaRDLHbzzSVj7xndmWCPanBLkAM7Lx2nbrFs/go-datastore"
8
+ syncds "gx/ipfs/QmbCg24DeRKaRDLHbzzSVj7xndmWCPanBLkAM7Lx2nbrFs/go-datastore/sync"
9
9
10
10
bstore "github.com/ipfs/go-ipfs/blocks/blockstore"
11
11
bserv "github.com/ipfs/go-ipfs/blockservice"
You can’t perform that action at this time.
0 commit comments