mirror of
https://github.com/edufeed-org/amb-relay.git
synced 2025-12-07 15:24:33 +00:00
Use go.work for managing local dev
This commit is contained in:
parent
d3b6a3f04a
commit
5e9a320e46
2 changed files with 4 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,6 @@
|
|||
typesense-data/
|
||||
.env
|
||||
|
||||
go.work
|
||||
go.work.sum
|
||||
|
||||
|
|
|
|||
4
go.mod
4
go.mod
|
|
@ -8,9 +8,7 @@ require (
|
|||
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 github.com/edufeed-org/eventstore v0.0.1
|
||||
|
||||
require (
|
||||
fiatjaf.com/lib v0.2.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue