mirror of
https://github.com/btcsuite/btcd.git
synced 2025-02-23 22:47:01 +01:00
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 (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/syndtr/goleveldb/leveldb"
|
"github.com/conformal/goleveldb/leveldb"
|
||||||
"github.com/syndtr/goleveldb/leveldb/opt"
|
"github.com/conformal/goleveldb/leveldb/opt"
|
||||||
)
|
)
|
||||||
|
|
||||||
type tst struct {
|
type tst struct {
|
||||||
|
|
|
@ -11,9 +11,9 @@ import (
|
||||||
"github.com/conformal/btcutil"
|
"github.com/conformal/btcutil"
|
||||||
"github.com/conformal/btcwire"
|
"github.com/conformal/btcwire"
|
||||||
"github.com/conformal/seelog"
|
"github.com/conformal/seelog"
|
||||||
"github.com/syndtr/goleveldb/leveldb"
|
"github.com/conformal/goleveldb/leveldb"
|
||||||
"github.com/syndtr/goleveldb/leveldb/cache"
|
"github.com/conformal/goleveldb/leveldb/cache"
|
||||||
"github.com/syndtr/goleveldb/leveldb/opt"
|
"github.com/conformal/goleveldb/leveldb/opt"
|
||||||
"os"
|
"os"
|
||||||
"runtime"
|
"runtime"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
Loading…
Add table
Reference in a new issue