This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit eab44b6
1 parent d9b766d commit eab44b6 Copy full SHA for eab44b6
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ import (
17
17
core "github.com/ipfs/go-ipfs/core"
18
18
namesys "github.com/ipfs/go-ipfs/namesys"
19
19
offroute "github.com/ipfs/go-ipfs/routing/offline"
20
+ ci "github.com/ipfs/go-ipfs/thirdparty/testutil/ci"
20
21
u "gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
21
- ci "gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util/testutil/ci"
22
22
context "gx/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-net/context"
23
23
)
24
24
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ import (
9
9
"testing"
10
10
"time"
11
11
12
- context "github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
13
12
core "github.com/ipfs/go-ipfs/core"
14
13
ipns "github.com/ipfs/go-ipfs/fuse/ipns"
15
14
mount "github.com/ipfs/go-ipfs/fuse/mount"
16
15
namesys "github.com/ipfs/go-ipfs/namesys"
17
16
offroute "github.com/ipfs/go-ipfs/routing/offline"
18
- ci "gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util/testutil/ci"
17
+ ci "github.com/ipfs/go-ipfs/thirdparty/testutil/ci"
18
+ context "gx/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-net/context"
19
19
)
20
20
21
21
func maybeSkipFuseTests (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ import (
22
22
importer "github.com/ipfs/go-ipfs/importer"
23
23
chunk "github.com/ipfs/go-ipfs/importer/chunk"
24
24
dag "github.com/ipfs/go-ipfs/merkledag"
25
+ ci "github.com/ipfs/go-ipfs/thirdparty/testutil/ci"
25
26
uio "github.com/ipfs/go-ipfs/unixfs/io"
26
27
u "gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util"
27
- ci "gx/ipfs/QmZNVWh8LLjAavuQ2JXuFmuYH3C11xo988vSgp7UQrTRj1/go-ipfs-util/testutil/ci"
28
28
)
29
29
30
30
func maybeSkipFuseTests (t * testing.T ) {
Original file line number Diff line number Diff line change 5
5
6
6
"gx/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-net/context"
7
7
8
- mh "gx/ipfs/QmYf7ng2hG5XBtJA3tN34DQ2GUN5HNksEw1rLDkmr6vGku/go-multihash"
9
8
key "github.com/ipfs/go-ipfs/blocks/key"
9
+ mh "gx/ipfs/QmYf7ng2hG5XBtJA3tN34DQ2GUN5HNksEw1rLDkmr6vGku/go-multihash"
10
10
)
11
11
12
12
var ErrLinkNotFound = fmt .Errorf ("no link by that name" )
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import (
4
4
"errors"
5
5
"time"
6
6
7
- ggio "gx/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV/gogo-protobuf/io"
8
7
ctxio "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-context/io"
9
8
pb "github.com/ipfs/go-ipfs/routing/dht/pb"
10
9
inet "gx/ipfs/QmUBogf4nUefBjmYjn6jfsfPJRkmDGSeMhNj4usRKq69f4/go-libp2p/p2p/net"
11
10
peer "gx/ipfs/QmUBogf4nUefBjmYjn6jfsfPJRkmDGSeMhNj4usRKq69f4/go-libp2p/p2p/peer"
11
+ ggio "gx/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV/gogo-protobuf/io"
12
12
context "gx/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-net/context"
13
13
)
14
14
You can’t perform that action at this time.
0 commit comments