aboutsummaryrefslogtreecommitdiff
path: root/benchmark/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/go.mod')
-rw-r--r--benchmark/go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/benchmark/go.mod b/benchmark/go.mod
new file mode 100644
index 0000000..a8125f8
--- /dev/null
+++ b/benchmark/go.mod
@@ -0,0 +1,8 @@
+module go.xyrillian.de/gg/benchmark
+
+go 1.26
+
+require (
+ github.com/gorilla/mux v1.8.1
+ go.xyrillian.de/gg v1.10.1
+)