diff options
| author | bndw <ben@bdw.to> | 2026-02-16 12:07:06 -0800 |
|---|---|---|
| committer | bndw <ben@bdw.to> | 2026-02-16 12:07:06 -0800 |
| commit | 6e23cd9ef8c2f68e93f992e06f8d0660f71a4d95 (patch) | |
| tree | 2a754c52dbf9336a15ba477f8b9c61ceaecee7c0 /testclient/go.mod | |
| parent | 02d6819ebfdc5b18d65c83c4077a040466960bac (diff) | |
feat: add NIP-42 test client for auth and rate limit testing
Diffstat (limited to 'testclient/go.mod')
| -rw-r--r-- | testclient/go.mod | 26 |
1 files changed, 26 insertions, 0 deletions
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 @@ | |||
| 1 | module testclient | ||
| 2 | |||
| 3 | go 1.25.5 | ||
| 4 | |||
| 5 | require ( | ||
| 6 | fiatjaf.com/nostr v0.0.0-20260211144128-7a4b71b39b12 // indirect | ||
| 7 | github.com/ImVexed/fasturl v0.0.0-20230304231329-4e41488060f3 // indirect | ||
| 8 | github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect | ||
| 9 | github.com/btcsuite/btcd/btcutil v1.1.5 // indirect | ||
| 10 | github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect | ||
| 11 | github.com/coder/websocket v1.8.13 // indirect | ||
| 12 | github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect | ||
| 13 | github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect | ||
| 14 | github.com/josharian/intern v1.0.0 // indirect | ||
| 15 | github.com/json-iterator/go v1.1.12 // indirect | ||
| 16 | github.com/mailru/easyjson v0.9.0 // indirect | ||
| 17 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
| 18 | github.com/modern-go/reflect2 v1.0.2 // indirect | ||
| 19 | github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect | ||
| 20 | github.com/templexxx/cpu v0.0.1 // indirect | ||
| 21 | github.com/templexxx/xhex v0.0.0-20200614015412-aed53437177b // indirect | ||
| 22 | github.com/tidwall/gjson v1.18.0 // indirect | ||
| 23 | github.com/tidwall/match v1.1.1 // indirect | ||
| 24 | github.com/tidwall/pretty v1.2.1 // indirect | ||
| 25 | golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect | ||
| 26 | ) | ||
