Change import

This commit is contained in:
Hanzo Dev
2025-08-02 01:10:04 -05:00
parent 63e21f4504
commit 6ca611c55b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -4,7 +4,7 @@ import (
"encoding/hex"
"fmt"
"github.com/gojuukaze/go-bip39"
"github.com/luxfi/go-bip39"
)
func ExampleNewMnemonic() {