use eventstore release v0.0.1

This commit is contained in:
fiatjaf 2023-10-31 16:48:05 -03:00
parent b6e7fabeb6
commit bf2c9e4640
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -54,5 +54,3 @@ require (
golang.org/x/sys v0.8.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)
replace github.com/fiatjaf/eventstore => /home/fiatjaf/comp/eventstore

2
go.sum
View File

@ -39,6 +39,8 @@ github.com/fasthttp/websocket v1.5.3 h1:TPpQuLwJYfd4LJPXvHDYPMFWbLjsT91n3GpWtCQt
github.com/fasthttp/websocket v1.5.3/go.mod h1:46gg/UBmTU1kUaTcwQXpUxtRwG2PvIZYeA8oL6vF3Fs=
github.com/fatih/structs v1.1.0 h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo=
github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M=
github.com/fiatjaf/eventstore v0.0.1 h1:jHhoHVYCbF1T6FMq0EfReUIrTT2GQcMbznGL9xc0l2w=
github.com/fiatjaf/eventstore v0.0.1/go.mod h1:dpc/GRvTjOzVmvTQoy+DgmMzfif98BW4lFFcL3MUPOM=
github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE=
github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
github.com/gobwas/httphead v0.1.0 h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU=