update eventstore to get rid of tag prefix matching.

This commit is contained in:
fiatjaf 2024-04-15 20:46:47 -03:00
parent 5c03558635
commit 2d1f26c2a7
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module github.com/fiatjaf/relay29
go 1.22.2
require (
github.com/fiatjaf/eventstore v0.3.13
github.com/fiatjaf/eventstore v0.4.0
github.com/fiatjaf/khatru v0.4.0
github.com/fiatjaf/set v0.0.3
github.com/kelseyhightower/envconfig v1.4.0

4
go.sum
View File

@ -41,8 +41,8 @@ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0/go.mod h1:v57UDF4pDQJcEfFUCRop3
github.com/decred/dcrd/lru v1.0.0/go.mod h1:mxKOwFd7lFjN2GZYsiz/ecgqR6kkYAl+0pz0tEMk218=
github.com/fasthttp/websocket v1.5.7 h1:0a6o2OfeATvtGgoMKleURhLT6JqWPg7fYfWnH4KHau4=
github.com/fasthttp/websocket v1.5.7/go.mod h1:bC4fxSono9czeXHQUVKxsC0sNjbm7lPJR04GDFqClfU=
github.com/fiatjaf/eventstore v0.3.13 h1:sR1P0KsfbmdyMyjrdzSj3M75080H6f2oSQv0QiTKVGQ=
github.com/fiatjaf/eventstore v0.3.13/go.mod h1:OH3Ntce3rZFIEGJ/K6raC1JUwSXksanKBF77naZvfdg=
github.com/fiatjaf/eventstore v0.4.0 h1:8D3GEPK3euzRE85ZSxpFd0wMMkV7ezhVwaXJFhqLQIo=
github.com/fiatjaf/eventstore v0.4.0/go.mod h1:Ai1fEKP2eRo/mMyvVXcXItxFrOI0gYOmO9IMDeEVde4=
github.com/fiatjaf/khatru v0.4.0 h1:zN/7dp6LSYtIIvRTc1+U38V8e+yDHZ/X5Mt4Aco6cGE=
github.com/fiatjaf/khatru v0.4.0/go.mod h1:cfoaJMzrji7bjnB+Xn30I5KcJdr5ocJzhhdmVp7D4K4=
github.com/fiatjaf/set v0.0.3 h1:LoawhcGoD504baBw0TwVJTQemzt15QYuxutzzWl2kgE=