From 4fc493e6d8cc20137f920f8647e39fc5051bb245 Mon Sep 17 00:00:00 2001 From: bndw Date: Sat, 14 Feb 2026 12:03:21 -0800 Subject: refactor: remove frivolous comments from auth validation/credentials Also removed internal/nostr package - now using northwest.io/nostr library. --- go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 9ee553b..d5730eb 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,6 @@ go 1.24.0 require ( connectrpc.com/connect v1.19.1 - github.com/btcsuite/btcd/btcec/v2 v2.3.2 github.com/klauspost/compress v1.18.4 github.com/prometheus/client_golang v1.23.2 golang.org/x/net v0.50.0 @@ -13,10 +12,14 @@ require ( google.golang.org/protobuf v1.36.11 gopkg.in/yaml.v3 v3.0.1 modernc.org/sqlite v1.45.0 + northwest.io/nostr v0.0.0-00010101000000-000000000000 ) +replace northwest.io/nostr => ../nwio_nostr + require ( github.com/beorn7/perks v1.0.1 // indirect + github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect -- cgit v1.2.3