File tree Expand file tree Collapse file tree 6 files changed +5
-8
lines changed Expand file tree Collapse file tree 6 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 4
4
"bytes"
5
5
"testing"
6
6
7
- . "github.com/go- check/check "
7
+ . "gopkg.in/ check.v1 "
8
8
9
9
ds "github.com/ipfs/go-datastore"
10
10
query "github.com/ipfs/go-datastore/query"
Original file line number Diff line number Diff line change 1
1
module github.com/ipfs/go-datastore
2
2
3
3
require (
4
- github.com/go-check/check v0.0.0-20180628173108-788fd7840127
5
4
github.com/google/uuid v1.1.1
6
5
github.com/ipfs/go-ipfs-delay v0.0.0-20181109222059-70721b86a9a8
7
6
github.com/jbenet/goprocess v0.0.0-20160826012719-b497e2f366b8
8
7
github.com/kr/pretty v0.1.0 // indirect
9
8
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
10
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
9
+ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
11
10
)
12
11
13
12
go 1.12
Original file line number Diff line number Diff line change 1
- github.com/go-check/check v0.0.0-20180628173108-788fd7840127 h1:0gkP6mzaMqkmpcJYCFOLkIBwI7xFExG03bbkOkCvUPI =
2
- github.com/go-check/check v0.0.0-20180628173108-788fd7840127 /go.mod h1:9ES+weclKsC9YodN5RgxqK/VD9HM9JsCSh7rNhMZE98 =
3
1
github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY =
4
2
github.com/google/uuid v1.1.1 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
5
3
github.com/ipfs/go-ipfs-delay v0.0.0-20181109222059-70721b86a9a8 h1:NAviDvJ0WXgD+yiL2Rj35AmnfgI11+pHXbdciD917U0 =
Original file line number Diff line number Diff line change 6
6
"strings"
7
7
"testing"
8
8
9
- . "github.com/go- check/check "
9
+ . "gopkg.in/ check.v1 "
10
10
. "github.com/ipfs/go-datastore"
11
11
)
12
12
Original file line number Diff line number Diff line change 5
5
"sort"
6
6
"testing"
7
7
8
- . "github.com/go- check/check "
8
+ . "gopkg.in/ check.v1 "
9
9
10
10
ds "github.com/ipfs/go-datastore"
11
11
kt "github.com/ipfs/go-datastore/keytransform"
Original file line number Diff line number Diff line change 5
5
"sort"
6
6
"testing"
7
7
8
- . "github.com/go- check/check "
8
+ . "gopkg.in/ check.v1 "
9
9
10
10
ds "github.com/ipfs/go-datastore"
11
11
ns "github.com/ipfs/go-datastore/namespace"
You can’t perform that action at this time.
0 commit comments