2019-10-15 21:17:07 +00:00
|
|
|
module github.com/chrissexton/happy
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/carbocation/interpose v0.0.0-20161206215253-723534742ba3
|
|
|
|
github.com/gorilla/handlers v1.4.2
|
|
|
|
github.com/gorilla/mux v1.7.3
|
2019-10-18 10:06:59 +00:00
|
|
|
github.com/julienschmidt/httprouter v1.3.0
|
2019-10-15 21:17:07 +00:00
|
|
|
github.com/rs/zerolog v1.15.0
|
|
|
|
github.com/stretchr/graceful v1.2.15
|
|
|
|
)
|