loop: update all import paths to public repo

This commit is contained in:
Olaoluwa Osuntokun 2019-03-06 15:29:44 -08:00
parent a1cf04208e
commit a770e3d7c1
No known key found for this signature in database
GPG key ID: CE58F7F8E20FD9A2
29 changed files with 83 additions and 83 deletions

View file

@ -8,8 +8,8 @@ import (
"github.com/btcsuite/btcd/txscript"
"github.com/btcsuite/btcd/wire"
"github.com/btcsuite/btcutil"
"github.com/lightninglabs/nautilus/lndclient"
"github.com/lightninglabs/nautilus/utils"
"github.com/lightninglabs/loop/lndclient"
"github.com/lightninglabs/loop/utils"
"github.com/lightningnetwork/lnd/input"
"github.com/lightningnetwork/lnd/keychain"
)