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"
|
"math/big"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/gojuukaze/go-bip39/wordlists"
|
"github.com/luxfi/go-bip39/wordlists"
|
||||||
"golang.org/x/crypto/pbkdf2"
|
"golang.org/x/crypto/pbkdf2"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ import (
|
|||||||
"encoding/hex"
|
"encoding/hex"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/gojuukaze/go-bip39/wordlists"
|
"github.com/luxfi/go-bip39/wordlists"
|
||||||
)
|
)
|
||||||
|
|
||||||
type vector struct {
|
type vector struct {
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ import (
|
|||||||
"encoding/hex"
|
"encoding/hex"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/gojuukaze/go-bip39"
|
"github.com/luxfi/go-bip39"
|
||||||
)
|
)
|
||||||
|
|
||||||
func ExampleNewMnemonic() {
|
func ExampleNewMnemonic() {
|
||||||
|
|||||||
Reference in New Issue
Block a user