change parsing so NIP12 can work, rename types.

This commit is contained in:
fiatjaf
2022-02-08 16:27:33 -03:00
parent ef1f548212
commit 86853004ef
7 changed files with 213 additions and 32 deletions

1
go.mod
View File

@@ -8,4 +8,5 @@ require (
github.com/gorilla/websocket v1.4.2
github.com/tyler-smith/go-bip32 v1.0.0
github.com/tyler-smith/go-bip39 v1.1.0
github.com/valyala/fastjson v1.6.3 // indirect
)