diff options
Diffstat (limited to 'benchmarks/comparison/go.mod')
| -rw-r--r-- | benchmarks/comparison/go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/benchmarks/comparison/go.mod b/benchmarks/comparison/go.mod index f76c374..a9ef4c1 100644 --- a/benchmarks/comparison/go.mod +++ b/benchmarks/comparison/go.mod | |||
| @@ -3,7 +3,7 @@ module code.northwest.io/nostr/benchmarks/comparison | |||
| 3 | go 1.25 | 3 | go 1.25 |
| 4 | 4 | ||
| 5 | require ( | 5 | require ( |
| 6 | code.northwest.io/nostr v0.0.0 | 6 | code.northwest.io/nostr v0.3.0 |
| 7 | fiatjaf.com/nostr v0.0.0-20260211144128-7a4b71b39b12 | 7 | fiatjaf.com/nostr v0.0.0-20260211144128-7a4b71b39b12 |
| 8 | github.com/nbd-wtf/go-nostr v0.52.3 | 8 | github.com/nbd-wtf/go-nostr v0.52.3 |
| 9 | ) | 9 | ) |
| @@ -35,5 +35,3 @@ require ( | |||
| 35 | golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect | 35 | golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect |
| 36 | golang.org/x/sys v0.35.0 // indirect | 36 | golang.org/x/sys v0.35.0 // indirect |
| 37 | ) | 37 | ) |
| 38 | |||
| 39 | replace code.northwest.io/nostr => ../.. | ||
