mirror of
https://github.com/edufeed-org/amb-relay.git
synced 2025-12-10 00:34:33 +00:00
Lot of refactor, use .env and dedicated eventstore
This commit is contained in:
parent
68d3012dba
commit
d3b6a3f04a
8 changed files with 47 additions and 822 deletions
7
go.mod
7
go.mod
|
|
@ -5,9 +5,13 @@ go 1.24.1
|
|||
require (
|
||||
github.com/fiatjaf/eventstore v0.16.4
|
||||
github.com/fiatjaf/khatru v0.17.5
|
||||
github.com/nbd-wtf/go-nostr v0.51.7
|
||||
github.com/nbd-wtf/go-nostr v0.51.8
|
||||
)
|
||||
|
||||
require github.com/edufeed-org/eventstore v0.0.0-00010101000000-000000000000
|
||||
|
||||
replace github.com/edufeed-org/eventstore => ../eventstore
|
||||
|
||||
require (
|
||||
fiatjaf.com/lib v0.2.0 // indirect
|
||||
github.com/ImVexed/fasturl v0.0.0-20230304231329-4e41488060f3 // indirect
|
||||
|
|
@ -28,6 +32,7 @@ require (
|
|||
github.com/fasthttp/websocket v1.5.12 // indirect
|
||||
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
||||
github.com/google/flatbuffers v24.12.23+incompatible // indirect
|
||||
github.com/joho/godotenv v1.5.1 // indirect
|
||||
github.com/josharian/intern v1.0.0 // indirect
|
||||
github.com/json-iterator/go v1.1.12 // indirect
|
||||
github.com/klauspost/compress v1.18.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue