Update gorilla/mux dependency to v1.8.1

This commit is contained in:
Cameron Moore 2024-03-29 13:05:30 -05:00
parent 81a17df5e0
commit 102e129280
No known key found for this signature in database
GPG key ID: AF96E12468D7553E
17 changed files with 367 additions and 149 deletions

20
vendor/github.com/gorilla/mux/.editorconfig generated vendored Normal file
View file

@ -0,0 +1,20 @@
; https://editorconfig.org/
root = true
[*]
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[{Makefile,go.mod,go.sum,*.go,.gitmodules}]
indent_style = tab
indent_size = 4
[*.md]
indent_size = 4
trim_trailing_whitespace = false
eclint_indent_style = unset