Other changes include: * Also removing httprouter mux in favour of gorilla for being more mature and having more integrations and resources available for debugging. * Adding http middlewares for logging req processing time and handling authentication. TODO: Need to add context in the middleware as well. Will be useful for logging and debugging.
12 lines
349 B
Modula-2
12 lines
349 B
Modula-2
module gitlab.com/mobtools/internal-tools-server
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.6.2
|
|
github.com/jinzhu/gorm v1.9.2
|
|
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
|
|
github.com/julienschmidt/httprouter v1.2.0
|
|
github.com/lib/pq v1.0.0 // indirect
|
|
github.com/markbates/goth v1.49.0
|
|
github.com/spf13/viper v1.3.1
|
|
)
|