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.sum | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.sum') diff --git a/go.sum b/go.sum index 810a101..1e8d641 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,4 @@ +github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY= +github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ= github.com/mattn/go-sqlite3 v1.14.18 h1:JL0eqdCOq6DJVNPSvArO/bIV9/P7fbGrV00LZHc+5aI= github.com/mattn/go-sqlite3 v1.14.18/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg= -- cgit v1.2.3-70-g09d2