update go-nostr for a fix.

This commit is contained in:
fiatjaf
2022-02-13 20:37:51 -03:00
parent fa0079c020
commit e50a298496
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

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

2
go.sum
View File

@@ -30,6 +30,8 @@ github.com/fiatjaf/go-nostr v0.4.2 h1:8aeep4O1eTXNHOTSeMThGYs5Fox1OcqeqOVflFo5tA
github.com/fiatjaf/go-nostr v0.4.2/go.mod h1:Uw7NI2zQE2QYgcT5495pZguoHoYRIrmXvLRO0eXhOs0=
github.com/fiatjaf/go-nostr v0.6.1 h1:VJqZ5NlVF/iXTR5sBOelyGPoOWt4MnLiBssTxL1F3rQ=
github.com/fiatjaf/go-nostr v0.6.1/go.mod h1:0qNUf729UumNbd2GdkjUi3Vs5Tx0zkCVNblnSfKPixg=
github.com/fiatjaf/go-nostr v0.6.2 h1:ADbw3G4dQFCWB4l5LT3cXmJDdCaWs9H79eNTRLq5vBA=
github.com/fiatjaf/go-nostr v0.6.2/go.mod h1:0qNUf729UumNbd2GdkjUi3Vs5Tx0zkCVNblnSfKPixg=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/go-sql-driver/mysql v1.5.0 h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=