diff options
author | xengineering <me@xengineering.eu> | 2023-12-27 12:56:46 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-12-27 13:05:05 +0100 |
commit | 4721d69eb139e7da26f5454b80c39a4f1c8f1e23 (patch) | |
tree | f798b7c5fca602e566f42ed35bf806445b2c7623 /go.sum | |
parent | 8b60724f7532c22be991cf15e4495e61c8fc7287 (diff) | |
download | ceres-4721d69eb139e7da26f5454b80c39a4f1c8f1e23.tar ceres-4721d69eb139e7da26f5454b80c39a4f1c8f1e23.tar.zst ceres-4721d69eb139e7da26f5454b80c39a4f1c8f1e23.zip |
Add github.com/gorilla/mux
This dependency provides a more extended HTTP routing than the Go
standard library.
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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= |