implement nip49.

This commit is contained in:
fiatjaf
2024-01-22 22:27:13 -03:00
parent fb92dc49dd
commit 39f541fc03
3 changed files with 165 additions and 1 deletions

2
go.mod
View File

@@ -12,6 +12,7 @@ require (
github.com/tidwall/gjson v1.14.4
github.com/tyler-smith/go-bip32 v1.0.0
github.com/tyler-smith/go-bip39 v1.1.0
golang.org/x/crypto v0.7.0
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
golang.org/x/net v0.8.0
)
@@ -27,6 +28,5 @@ require (
github.com/stretchr/testify v1.8.2 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/sys v0.8.0 // indirect
)