mirror of
https://github.com/luxfi/go-bip39.git
synced 2026-07-27 01:14:41 +00:00
Change import
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
"math/big"
|
||||
"strings"
|
||||
|
||||
"github.com/gojuukaze/go-bip39/wordlists"
|
||||
"github.com/luxfi/go-bip39/wordlists"
|
||||
"golang.org/x/crypto/pbkdf2"
|
||||
)
|
||||
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ import (
|
||||
"encoding/hex"
|
||||
"testing"
|
||||
|
||||
"github.com/gojuukaze/go-bip39/wordlists"
|
||||
"github.com/luxfi/go-bip39/wordlists"
|
||||
)
|
||||
|
||||
type vector struct {
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ import (
|
||||
"encoding/hex"
|
||||
"fmt"
|
||||
|
||||
"github.com/gojuukaze/go-bip39"
|
||||
"github.com/luxfi/go-bip39"
|
||||
)
|
||||
|
||||
func ExampleNewMnemonic() {
|
||||
|
||||
Reference in New Issue
Block a user