mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
Update imports for goleveldb to Conformal fork.
This commit is contained in:
parent
cda0b10082
commit
e4d3f25991
@ -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…
x
Reference in New Issue
Block a user