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

Merge branch 'port-2021-05-02'

parents 7cc99d05 9ffeb840
Pipeline #1003 passed with stages
in 50 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