From e035b1166d23026cfb7701a54eb6a463ac4d7ecd Mon Sep 17 00:00:00 2001 From: Chris Masone Date: Thu, 3 Dec 2015 10:21:07 -0800 Subject: [PATCH] Fix import of goleveldb package to point into Godeps/_workspace Need to keep our dependencies hermetic and pinned. --- datas/datastore_common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datas/datastore_common.go b/datas/datastore_common.go index 9b8d0c57bb..d26eb663d9 100644 --- a/datas/datastore_common.go +++ b/datas/datastore_common.go @@ -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 {