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" "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
View File
@@ -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
View File
@@ -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() {