diff options
author | r <r@freesoftwareextremist.com> | 2020-02-01 11:31:44 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-02-01 11:31:44 +0000 |
commit | 9cf648eaa3c2d158cc4aafda73738f7fe173ca84 (patch) | |
tree | e4d6f69bc405a5c12d59df1a91a5d6d1536e2423 /vendor/github.com/gorilla/mux/AUTHORS | |
parent | e73df8de9ab5a00aa377d5cd7cfe335e06774ea0 (diff) | |
download | bloat-9cf648eaa3c2d158cc4aafda73738f7fe173ca84.tar.gz bloat-9cf648eaa3c2d158cc4aafda73738f7fe173ca84.zip |
Use vendored dependencies
Diffstat (limited to 'vendor/github.com/gorilla/mux/AUTHORS')
-rw-r--r-- | vendor/github.com/gorilla/mux/AUTHORS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/gorilla/mux/AUTHORS b/vendor/github.com/gorilla/mux/AUTHORS new file mode 100644 index 0000000..b722392 --- /dev/null +++ b/vendor/github.com/gorilla/mux/AUTHORS @@ -0,0 +1,8 @@ +# This is the official list of gorilla/mux authors for copyright purposes. +# +# Please keep the list sorted. + +Google LLC (https://opensource.google.com/) +Kamil Kisielk <kamil@kamilkisiel.net> +Matt Silverlock <matt@eatsleeprepeat.net> +Rodrigo Moraes (https://github.com/moraes) |