aboutsummaryrefslogtreecommitdiff
path: root/benchmark/go.mod
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-04-10 15:56:22 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-04-10 15:56:22 +0200
commite0fb5aa0acc1983648ab1480f22114aead234eeb (patch)
treebc70cbac9a3f33b596d7435576d6a789c6c34144 /benchmark/go.mod
parentbce3df549ff4ccc8895697a3222269bd14fc22a4 (diff)
downloadgo-oblast-e0fb5aa0acc1983648ab1480f22114aead234eeb.tar.gz
initial MVP for oblast.Select()
Diffstat (limited to 'benchmark/go.mod')
-rw-r--r--benchmark/go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/benchmark/go.mod b/benchmark/go.mod
new file mode 100644
index 0000000..01e8126
--- /dev/null
+++ b/benchmark/go.mod
@@ -0,0 +1,9 @@
+module go.xyrillian.de/oblast/benchmark
+
+go 1.26.0
+
+require (
+ github.com/go-gorp/gorp/v3 v3.1.0
+ github.com/mattn/go-sqlite3 v1.14.42
+ go.xyrillian.de/oblast v0.0.0-20260410125639-bce3df549ff4
+)