multi: switch over import paths from roasbeef/* to btcsuite/*

This commit is contained in:
Olaoluwa Osuntokun
2018-06-04 18:34:16 -07:00
parent bc5bfeb479
commit 6f60f139f4
165 changed files with 505 additions and 504 deletions

2
log.go
View File

@@ -8,6 +8,7 @@ import (
"fmt"
"path/filepath"
"github.com/btcsuite/btcd/connmgr"
"github.com/btcsuite/btclog"
"github.com/jrick/logrotate/rotator"
"github.com/lightninglabs/neutrino"
@@ -21,7 +22,6 @@ import (
"github.com/lightningnetwork/lnd/lnwallet"
"github.com/lightningnetwork/lnd/routing"
"github.com/lightningnetwork/lnd/signal"
"github.com/roasbeef/btcd/connmgr"
)
// logWriter implements an io.Writer that outputs to both standard output and