Move legacy under internal directory.
After Go 1.5, this will prevent consumers from importing these packages since they are currently unmaintained. Closes #232.
This commit is contained in:
parent
b7cef610c0
commit
5843c0bc66
6 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ import (
|
|||
"strings"
|
||||
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/btcwallet/legacy/keystore"
|
||||
"github.com/btcsuite/btcwallet/internal/legacy/keystore"
|
||||
flags "github.com/btcsuite/go-flags"
|
||||
)
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ import (
|
|||
"github.com/btcsuite/btcd/txscript"
|
||||
"github.com/btcsuite/btcd/wire"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/btcwallet/legacy/rename"
|
||||
"github.com/btcsuite/btcwallet/internal/legacy/rename"
|
||||
"github.com/btcsuite/golangcrypto/ripemd160"
|
||||
)
|
||||
|
|
@ -30,7 +30,7 @@ import (
|
|||
"github.com/btcsuite/btcd/wire"
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/btcutil/hdkeychain"
|
||||
"github.com/btcsuite/btcwallet/legacy/keystore"
|
||||
"github.com/btcsuite/btcwallet/internal/legacy/keystore"
|
||||
"github.com/btcsuite/btcwallet/waddrmgr"
|
||||
"github.com/btcsuite/btcwallet/wallet"
|
||||
"github.com/btcsuite/btcwallet/walletdb"
|
||||
|
|
Loading…
Add table
Reference in a new issue