diff options
author | xengineering <me@xengineering.eu> | 2024-10-22 21:17:47 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-10-22 21:53:30 +0200 |
commit | dbc874e2b9f300bea7a18deda32e784afb0ab89a (patch) | |
tree | 88c84964765eaf71944fcdfb42a364176984fbd9 /vendor/modules.txt | |
parent | 38115772ff49bffe6d428c857ca345ee1087a5e7 (diff) | |
download | ceres-dbc874e2b9f300bea7a18deda32e784afb0ab89a.tar ceres-dbc874e2b9f300bea7a18deda32e784afb0ab89a.tar.zst ceres-dbc874e2b9f300bea7a18deda32e784afb0ab89a.zip |
Remove github.com/gorilla/mux dependency
The reason for the introduction of this dependency was that it was easy
to setup routes with HTTP method restrictions.
Since Go 1.22 this feature is part of the standard library. Method
restrictions are part of the patterns used to register routes [1].
[1]: https://pkg.go.dev/net/http#hdr-Patterns-ServeMux
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 9f0997b..91f4329 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1,6 +1,3 @@ -# github.com/gorilla/mux v1.8.1 -## explicit; go 1.20 -github.com/gorilla/mux # github.com/mattn/go-sqlite3 v1.14.22 ## explicit; go 1.19 github.com/mattn/go-sqlite3 |