Update imports for goleveldb to Conformal fork.

This commit is contained in:
Dave Collins 2013-10-04 11:40:41 -05:00
parent cda0b10082
commit e4d3f25991
2 changed files with 5 additions and 5 deletions

View file

@ -3,8 +3,8 @@ package main
import (
"fmt"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/opt"
"github.com/conformal/goleveldb/leveldb"
"github.com/conformal/goleveldb/leveldb/opt"
)
type tst struct {

View file

@ -11,9 +11,9 @@ import (
"github.com/conformal/btcutil"
"github.com/conformal/btcwire"
"github.com/conformal/seelog"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/cache"
"github.com/syndtr/goleveldb/leveldb/opt"
"github.com/conformal/goleveldb/leveldb"
"github.com/conformal/goleveldb/leveldb/cache"
"github.com/conformal/goleveldb/leveldb/opt"
"os"
"runtime"
"sync"