update go-nostr to v0.1.1

This commit is contained in:
fiatjaf
2021-02-22 01:18:57 -03:00
parent 1ff313e1a4
commit decd60efbd

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/fiatjaf/nostr-relay
go 1.15
require (
github.com/fiatjaf/go-nostr v0.1.0
github.com/fiatjaf/go-nostr v0.1.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/jmoiron/sqlx v1.3.1