git: fix sync publishing wrong repo event and always being mismatched.

This commit is contained in:
fiatjaf
2025-11-24 06:37:42 -03:00
parent 9f8679591e
commit 11a690b1c6
3 changed files with 36 additions and 33 deletions

4
go.mod
View File

@@ -4,7 +4,7 @@ go 1.24.1
require (
fiatjaf.com/lib v0.3.1
fiatjaf.com/nostr v0.0.0-20251117111008-078e9b4cc257
fiatjaf.com/nostr v0.0.0-20251124002842-de54dd1fa4b8
github.com/bep/debounce v1.2.1
github.com/btcsuite/btcd/btcec/v2 v2.3.6
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
@@ -80,5 +80,3 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
rsc.io/qr v0.2.0 // indirect
)
replace fiatjaf.com/nostr => ../nostrlib