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 /vendor/modules.txt | |
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 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 6014d38..b51ce28 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1,3 +1,6 @@ +# github.com/gorilla/mux v1.8.1 +## explicit; go 1.20 +github.com/gorilla/mux # github.com/mattn/go-sqlite3 v1.14.18 ## explicit; go 1.16 github.com/mattn/go-sqlite3 |