aboutsummaryrefslogtreecommitdiff
path: root/benchmark/go.mod
diff options
context:
space:
mode:
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
+)