diff options
Diffstat (limited to 'benchmarks/comparison/go.mod')
| -rw-r--r-- | benchmarks/comparison/go.mod | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/benchmarks/comparison/go.mod b/benchmarks/comparison/go.mod new file mode 100644 index 0000000..f76c374 --- /dev/null +++ b/benchmarks/comparison/go.mod | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | module code.northwest.io/nostr/benchmarks/comparison | ||
| 2 | |||
| 3 | go 1.25 | ||
| 4 | |||
| 5 | require ( | ||
| 6 | code.northwest.io/nostr v0.0.0 | ||
| 7 | fiatjaf.com/nostr v0.0.0-20260211144128-7a4b71b39b12 | ||
| 8 | github.com/nbd-wtf/go-nostr v0.52.3 | ||
| 9 | ) | ||
| 10 | |||
| 11 | require ( | ||
| 12 | github.com/ImVexed/fasturl v0.0.0-20230304231329-4e41488060f3 // indirect | ||
| 13 | github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect | ||
| 14 | github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect | ||
| 15 | github.com/bytedance/sonic v1.13.1 // indirect | ||
| 16 | github.com/bytedance/sonic/loader v0.2.4 // indirect | ||
| 17 | github.com/cloudwego/base64x v0.1.5 // indirect | ||
| 18 | github.com/coder/websocket v1.8.13 // indirect | ||
| 19 | github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect | ||
| 20 | github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect | ||
| 21 | github.com/josharian/intern v1.0.0 // indirect | ||
| 22 | github.com/json-iterator/go v1.1.12 // indirect | ||
| 23 | github.com/klauspost/cpuid/v2 v2.2.10 // indirect | ||
| 24 | github.com/mailru/easyjson v0.9.0 // indirect | ||
| 25 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
| 26 | github.com/modern-go/reflect2 v1.0.2 // indirect | ||
| 27 | github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect | ||
| 28 | github.com/templexxx/cpu v0.0.1 // indirect | ||
| 29 | github.com/templexxx/xhex v0.0.0-20200614015412-aed53437177b // indirect | ||
| 30 | github.com/tidwall/gjson v1.18.0 // indirect | ||
| 31 | github.com/tidwall/match v1.1.1 // indirect | ||
| 32 | github.com/tidwall/pretty v1.2.1 // indirect | ||
| 33 | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
| 34 | golang.org/x/arch v0.15.0 // indirect | ||
| 35 | golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect | ||
| 36 | golang.org/x/sys v0.35.0 // indirect | ||
| 37 | ) | ||
| 38 | |||
| 39 | replace code.northwest.io/nostr => ../.. | ||
