update evenstore

This commit is contained in:
Barry Deen 2024-10-01 09:59:23 -04:00
parent d2a6801f15
commit e7c2006ae5
2 changed files with 6 additions and 1 deletions

3
go.mod
View File

@ -5,7 +5,7 @@ go 1.23.0
toolchain go1.23.1
require (
github.com/fiatjaf/eventstore v0.10.1
github.com/fiatjaf/eventstore v0.10.2-0.20241001134752-8647eb3f4ebc
github.com/fiatjaf/khatru v0.8.2-0.20240913013357-18fc0dc1dd58
github.com/joho/godotenv v1.5.1
github.com/nbd-wtf/go-nostr v0.38.1
@ -22,6 +22,7 @@ require (
github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fasthttp/websocket v1.5.7 // indirect
github.com/fiatjaf/merge-sorted-slices v0.0.6 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.4.0 // indirect

4
go.sum
View File

@ -36,8 +36,12 @@ github.com/fasthttp/websocket v1.5.7 h1:0a6o2OfeATvtGgoMKleURhLT6JqWPg7fYfWnH4KH
github.com/fasthttp/websocket v1.5.7/go.mod h1:bC4fxSono9czeXHQUVKxsC0sNjbm7lPJR04GDFqClfU=
github.com/fiatjaf/eventstore v0.10.1 h1:zgXrRhpyjzX0Eub4T6zkMZ60zRnIPJqy/Ipfx5h+yWo=
github.com/fiatjaf/eventstore v0.10.1/go.mod h1:h5CdLSF7mEQ7/rWpEABTRIrNuFoSwdQDi/nZkW/vVFU=
github.com/fiatjaf/eventstore v0.10.2-0.20241001134752-8647eb3f4ebc h1:FsZZ+Ed3L1kXjCDlpolUHO5dmXCCvaWAsxhaa5hvlyE=
github.com/fiatjaf/eventstore v0.10.2-0.20241001134752-8647eb3f4ebc/go.mod h1:mUASiRQT1gINdvRYVGZJIxAXFSMfK/nJRcFIVsEm540=
github.com/fiatjaf/khatru v0.8.2-0.20240913013357-18fc0dc1dd58 h1:F5Cy44IzxeIhzY8bf34rnORw0pYn6ZT/pIuyMO02Kjs=
github.com/fiatjaf/khatru v0.8.2-0.20240913013357-18fc0dc1dd58/go.mod h1:jRmqbbIbEH+y0unt3wMUBwqY/btVussqx5SmBoGhXtg=
github.com/fiatjaf/merge-sorted-slices v0.0.6 h1:6jawP9Zx5RTKEHvQt6z+8zvmtCkb1JTz1498N3OE70A=
github.com/fiatjaf/merge-sorted-slices v0.0.6/go.mod h1:k7H3l+OhO2m/PA99FdBjF29Z0TAwRClgKA9PvoT6obY=
github.com/gobwas/httphead v0.1.0 h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU=
github.com/gobwas/httphead v0.1.0/go.mod h1:O/RXo79gxV8G+RqlR/otEwx4Q36zl9rqC5u12GKvMCM=
github.com/gobwas/pool v0.2.1 h1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og=