upgrade interfaces, add local filtering for subscriptions and some other things I forgot. also a README with examples.

This commit is contained in:
fiatjaf
2021-12-16 20:47:53 -03:00
parent 7dfc354eec
commit 0a60285e30
8 changed files with 141 additions and 40 deletions

2
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/fiatjaf/go-nostr
go 1.15
require (
github.com/fiatjaf/bip340 v1.0.0
github.com/fiatjaf/bip340 v1.1.0
github.com/gorilla/websocket v1.4.2
)