update go-nostr dependency.

This commit is contained in:
fiatjaf 2022-11-26 09:27:08 -03:00
parent d69479974c
commit 5f8908e028
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -13,7 +13,7 @@ require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/lib/pq v1.10.3
github.com/mmcdole/gofeed v1.1.3
github.com/nbd-wtf/go-nostr v0.8.0
github.com/nbd-wtf/go-nostr v0.8.2
github.com/rif/cache2go v1.0.0
github.com/rs/cors v1.7.0
github.com/rs/zerolog v1.20.0

2
go.sum
View File

@ -321,6 +321,8 @@ github.com/moul/http2curl v1.0.0/go.mod h1:8UbvGypXm98wA/IqH45anm5Y2Z6ep6O31QGOA
github.com/nats-io/nats.go v1.8.1/go.mod h1:BrFz9vVn0fU3AcH9Vn4Kd7W0NpJ651tD5omQ3M8LwxM=
github.com/nats-io/nkeys v0.0.2/go.mod h1:dab7URMsZm6Z/jp9Z5UGa87Uutgc2mVpXLC4B7TDb/4=
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/nbd-wtf/go-nostr v0.8.2 h1:nK059ogjUWKk9bcg52a4hQ2qMWs6h+3Aeqz4PzLvXZM=
github.com/nbd-wtf/go-nostr v0.8.2/go.mod h1:IIT/16QZ/nzi5cgQFU2WJrezYPNRi0iNgiitYMiu8UQ=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nwaples/rardecode v1.1.2 h1:Cj0yZY6T1Zx1R7AhTbyGSALm44/Mmq+BAPc4B/p/d3M=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=