Update imports for goleveldb to Conformal fork.
This commit is contained in:
parent
cda0b10082
commit
e4d3f25991
2 changed files with 5 additions and 5 deletions
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue