serialization tests for events and filters.
This commit is contained in:
4
go.mod
4
go.mod
@@ -3,10 +3,10 @@ module github.com/fiatjaf/go-nostr
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/btcsuite/btcd v0.20.1-beta // indirect
|
||||
github.com/btcsuite/btcd v0.20.1-beta
|
||||
github.com/fiatjaf/bip340 v1.1.1
|
||||
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
|
||||
github.com/valyala/fastjson v1.6.3
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user