fix go.mod

This commit is contained in:
2025-11-27 22:07:32 +00:00
parent 48b0b6984c
commit fb39cb3347
4 changed files with 216 additions and 4 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module next.orly.dev
go 1.25.3
require (
git.mleku.dev/mleku/nostr v1.0.3
git.mleku.dev/mleku/nostr v1.0.4
github.com/adrg/xdg v0.5.3
github.com/dgraph-io/badger/v4 v4.8.0
github.com/dgraph-io/dgo/v230 v230.0.1
@@ -83,6 +83,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace git.mleku.dev/mleku/nostr => /home/mleku/src/git.mleku.dev/mleku/nostr
retract v1.0.3