From 6e23cd9ef8c2f68e93f992e06f8d0660f71a4d95 Mon Sep 17 00:00:00 2001 From: bndw Date: Mon, 16 Feb 2026 12:07:06 -0800 Subject: feat: add NIP-42 test client for auth and rate limit testing --- testclient/go.mod | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 testclient/go.mod (limited to 'testclient/go.mod') diff --git a/testclient/go.mod b/testclient/go.mod new file mode 100644 index 0000000..b79fee0 --- /dev/null +++ b/testclient/go.mod @@ -0,0 +1,26 @@ +module testclient + +go 1.25.5 + +require ( + fiatjaf.com/nostr v0.0.0-20260211144128-7a4b71b39b12 // indirect + github.com/ImVexed/fasturl v0.0.0-20230304231329-4e41488060f3 // indirect + github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect + github.com/btcsuite/btcd/btcutil v1.1.5 // indirect + github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect + github.com/coder/websocket v1.8.13 // indirect + github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect + github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect + github.com/josharian/intern v1.0.0 // indirect + github.com/json-iterator/go v1.1.12 // indirect + github.com/mailru/easyjson v0.9.0 // indirect + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect + github.com/modern-go/reflect2 v1.0.2 // indirect + github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect + github.com/templexxx/cpu v0.0.1 // indirect + github.com/templexxx/xhex v0.0.0-20200614015412-aed53437177b // indirect + github.com/tidwall/gjson v1.18.0 // indirect + github.com/tidwall/match v1.1.1 // indirect + github.com/tidwall/pretty v1.2.1 // indirect + golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect +) -- cgit v1.2.3