From 4721d69eb139e7da26f5454b80c39a4f1c8f1e23 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 27 Dec 2023 12:56:46 +0100 Subject: Add github.com/gorilla/mux This dependency provides a more extended HTTP routing than the Go standard library. --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 56961e8..8936303 100644 --- a/go.mod +++ b/go.mod @@ -3,3 +3,5 @@ module xengineering.eu/ceres go 1.18 require github.com/mattn/go-sqlite3 v1.14.18 + +require github.com/gorilla/mux v1.8.1 -- cgit v1.2.3-70-g09d2