Use gorilla/mux for middleware and extend

- Use gorilla/mux for middleware.
- Add Dumper, RequestID, and Logger middlewares.
- Add makeURL helper
This commit is contained in:
Cameron Moore 2019-12-22 15:43:04 -06:00
parent 93ce24d3f3
commit be815d0a41
323 changed files with 90756 additions and 16711 deletions

13
vendor/modules.txt vendored
View file

@ -1,14 +1,15 @@
# github.com/codegangsta/negroni v0.2.1-0.20171009163950-5bc66cf1ad89
github.com/codegangsta/negroni
# github.com/dustin/go-humanize v1.0.0
github.com/dustin/go-humanize
# github.com/ghodss/yaml v1.0.0
github.com/ghodss/yaml
# github.com/go-chi/chi v4.0.2+incompatible
github.com/go-chi/chi
github.com/go-chi/chi/middleware
# github.com/gofrs/uuid v3.2.0+incompatible
github.com/gofrs/uuid
# github.com/gorilla/context v1.1.1
github.com/gorilla/context
# github.com/gorilla/mux v1.5.1-0.20171008214913-bdd5a5a1b0b4
# github.com/gorilla/mux v1.7.3
github.com/gorilla/mux
# golang.org/x/sys v0.0.0-20171006175012-ebfc5b463182
# golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
golang.org/x/sys/unix
# gopkg.in/fsnotify.v1 v1.4.2
gopkg.in/fsnotify.v1