mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-25 03:09:00 -06:00
Fix import of goleveldb package to point into Godeps/_workspace
Need to keep our dependencies hermetic and pinned.
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"github.com/attic-labs/noms/ref"
|
||||
"github.com/attic-labs/noms/types"
|
||||
"github.com/attic-labs/noms/walk"
|
||||
"github.com/syndtr/goleveldb/leveldb/errors"
|
||||
"github.com/attic-labs/noms/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors"
|
||||
)
|
||||
|
||||
type dataStoreCommon struct {
|
||||
|
||||
Reference in New Issue
Block a user