get rid of some of the HTML escaping that plagues golang json.

This commit is contained in:
fiatjaf
2024-11-11 23:09:15 -03:00
parent 9a9e96a829
commit a187e448f2
3 changed files with 4 additions and 5 deletions

2
go.mod
View File

@@ -13,7 +13,7 @@ require (
github.com/fiatjaf/khatru v0.10.0
github.com/mailru/easyjson v0.7.7
github.com/markusmobius/go-dateparser v1.2.3
github.com/nbd-wtf/go-nostr v0.41.0
github.com/nbd-wtf/go-nostr v0.42.1
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
)