aboutsummaryrefslogtreecommitdiff
path: root/benchmark/go.mod
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-06-27 22:34:36 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-06-27 22:34:36 +0200
commit8e9889d3e5b2874854832d1d882d124132546f49 (patch)
tree80ab6bf53dac3090630ad58d7ebfbbf2c97019ca /benchmark/go.mod
parent8804729561d8e5edd7179f494d89c620459d319f (diff)
downloadgo-gg-8e9889d3e5b2874854832d1d882d124132546f49.tar.gz
add package pathrouter
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
+)