From decd60efbd52ac84946002823dc152e77adad6fb Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 22 Feb 2021 01:18:57 -0300 Subject: [PATCH] update go-nostr to v0.1.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 41ba5c4..841f625 100644 --- a/go.mod +++ b/go.mod @@ -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