From 8e9889d3e5b2874854832d1d882d124132546f49 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sat, 27 Jun 2026 22:34:36 +0200 Subject: add package pathrouter --- benchmark/go.mod | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 benchmark/go.mod (limited to 'benchmark/go.mod') 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 +) -- cgit v1.3.1