fix go-check import

parent e7a49891
...@@ -4,7 +4,7 @@ import ( ...@@ -4,7 +4,7 @@ import (
"bytes" "bytes"
"testing" "testing"
. "github.com/go-check/check" . "gopkg.in/check.v1"
ds "github.com/ipfs/go-datastore" ds "github.com/ipfs/go-datastore"
query "github.com/ipfs/go-datastore/query" query "github.com/ipfs/go-datastore/query"
......
module github.com/ipfs/go-datastore module github.com/ipfs/go-datastore
require ( require (
github.com/go-check/check v0.0.0-20180628173108-788fd7840127
github.com/google/uuid v1.1.1 github.com/google/uuid v1.1.1
github.com/ipfs/go-ipfs-delay v0.0.0-20181109222059-70721b86a9a8 github.com/ipfs/go-ipfs-delay v0.0.0-20181109222059-70721b86a9a8
github.com/jbenet/goprocess v0.0.0-20160826012719-b497e2f366b8 github.com/jbenet/goprocess v0.0.0-20160826012719-b497e2f366b8
github.com/kr/pretty v0.1.0 // indirect github.com/kr/pretty v0.1.0 // indirect
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
) )
go 1.12 go 1.12
...@@ -6,7 +6,7 @@ import ( ...@@ -6,7 +6,7 @@ import (
"strings" "strings"
"testing" "testing"
. "github.com/go-check/check" . "gopkg.in/check.v1"
. "github.com/ipfs/go-datastore" . "github.com/ipfs/go-datastore"
) )
......
...@@ -5,7 +5,7 @@ import ( ...@@ -5,7 +5,7 @@ import (
"sort" "sort"
"testing" "testing"
. "github.com/go-check/check" . "gopkg.in/check.v1"
ds "github.com/ipfs/go-datastore" ds "github.com/ipfs/go-datastore"
kt "github.com/ipfs/go-datastore/keytransform" kt "github.com/ipfs/go-datastore/keytransform"
......
...@@ -5,7 +5,7 @@ import ( ...@@ -5,7 +5,7 @@ import (
"sort" "sort"
"testing" "testing"
. "github.com/go-check/check" . "gopkg.in/check.v1"
ds "github.com/ipfs/go-datastore" ds "github.com/ipfs/go-datastore"
ns "github.com/ipfs/go-datastore/namespace" ns "github.com/ipfs/go-datastore/namespace"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment