Commit 9ffeb840 authored by tavit ohanian's avatar tavit ohanian

refactor after forking multiformats

parent 60ad3084
Pipeline #1001 passed with stages
in 1 minute and 18 seconds
......@@ -5,14 +5,14 @@ import (
"path/filepath"
"sync"
ds "gitlab.dms3.io/dms3/public/go-datastore"
dsq "gitlab.dms3.io/dms3/public/go-datastore/query"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/errors"
"github.com/syndtr/goleveldb/leveldb/iterator"
"github.com/syndtr/goleveldb/leveldb/opt"
"github.com/syndtr/goleveldb/leveldb/storage"
"github.com/syndtr/goleveldb/leveldb/util"
ds "gitlab.dms3.io/dms3/go-datastore"
dsq "gitlab.dms3.io/dms3/go-datastore/query"
)
type Datastore struct {
......
......@@ -8,9 +8,9 @@ import (
"sort"
"testing"
ds "gitlab.dms3.io/dms3/public/go-datastore"
dsq "gitlab.dms3.io/dms3/public/go-datastore/query"
dstest "gitlab.dms3.io/dms3/public/go-datastore/test"
ds "gitlab.dms3.io/dms3/go-datastore"
dsq "gitlab.dms3.io/dms3/go-datastore/query"
dstest "gitlab.dms3.io/dms3/go-datastore/test"
)
var testcases = map[string]string{
......
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