mirror of
https://github.com/luxfi/go-bip32.git
synced 2026-07-27 01:14:41 +00:00
22 lines
712 B
AMPL
22 lines
712 B
AMPL
module github.com/luxfi/go-bip32
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e
|
|
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec
|
|
github.com/stretchr/testify v1.10.0
|
|
golang.org/x/crypto v0.40.0
|
|
)
|
|
|
|
require (
|
|
github.com/cmars/basen v0.0.0-20150613233007-fe3947df716e // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
|
|
)
|
|
|
|
replace launchpad.net/gocheck => gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b
|