|
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
|
|
github.com/rs/zerolog v1.15.0
|
|
github.com/stretchr/graceful v1.2.15
|
|
)
|