Fix import of goleveldb package to point into Godeps/_workspace

Need to keep our dependencies hermetic and pinned.
This commit is contained in:
Chris Masone
2015-12-03 10:21:07 -08:00
parent e7e0b317fa
commit e035b1166d

View File

@@ -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 {