summaryrefslogtreecommitdiffstats
path: root/benchmarks/comparison
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/comparison')
-rw-r--r--benchmarks/comparison/go.mod4
-rw-r--r--benchmarks/comparison/go.sum2
2 files changed, 3 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
3go 1.25 3go 1.25
4 4
5require ( 5require (
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
39replace code.northwest.io/nostr => ../..
diff --git a/benchmarks/comparison/go.sum b/benchmarks/comparison/go.sum
index fb3bb78..d3c35d7 100644
--- a/benchmarks/comparison/go.sum
+++ b/benchmarks/comparison/go.sum
@@ -1,3 +1,5 @@
1code.northwest.io/nostr v0.3.0 h1:axs19m/gAVhElK/WXB3wOsK/lnXSSp7rKc8SoJ2V9uQ=
2code.northwest.io/nostr v0.3.0/go.mod h1:lQ14gtU7q/YAehyprzuiwtH02KnmZOy7ZBkKrTVSfm4=
1fiatjaf.com/nostr v0.0.0-20260211144128-7a4b71b39b12 h1:lNVaw/O5ThXVzO0Pz7D+b9fys/OaVaDG3C10kCJQFvg= 3fiatjaf.com/nostr v0.0.0-20260211144128-7a4b71b39b12 h1:lNVaw/O5ThXVzO0Pz7D+b9fys/OaVaDG3C10kCJQFvg=
2fiatjaf.com/nostr v0.0.0-20260211144128-7a4b71b39b12/go.mod h1:ue7yw0zHfZj23Ml2kVSdBx0ENEaZiuvGxs/8VEN93FU= 4fiatjaf.com/nostr v0.0.0-20260211144128-7a4b71b39b12/go.mod h1:ue7yw0zHfZj23Ml2kVSdBx0ENEaZiuvGxs/8VEN93FU=
3github.com/ImVexed/fasturl v0.0.0-20230304231329-4e41488060f3 h1:ClzzXMDDuUbWfNNZqGeYq4PnYOlwlOVIvSyNaIy0ykg= 5github.com/ImVexed/fasturl v0.0.0-20230304231329-4e41488060f3 h1:ClzzXMDDuUbWfNNZqGeYq4PnYOlwlOVIvSyNaIy0ykg=