fix and use a supposedly much faster library on NormalizeURL(), it's slightly less tolerant with stupidly-formed URLs.

This commit is contained in:
fiatjaf
2025-02-25 09:55:19 -03:00
parent 7e06354b6f
commit 6d8cd55784
4 changed files with 49 additions and 17 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/nbd-wtf/go-nostr
go 1.23.1
require (
github.com/ImVexed/fasturl v0.0.0-20230304231329-4e41488060f3
github.com/PowerDNS/lmdb-go v1.9.2
github.com/bluekeyes/go-gitdiff v0.7.1
github.com/btcsuite/btcd/btcec/v2 v2.3.4