2020-09-30 06:35:07 +00:00
|
|
|
module git.eeqj.de/sneak/gohttpserver
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2020-10-04 05:46:48 +00:00
|
|
|
github.com/99designs/basicauth-go v0.0.0-20160802081356-2a93ba0f464d
|
2020-10-01 04:59:20 +00:00
|
|
|
github.com/getsentry/sentry-go v0.7.0
|
2020-10-03 05:40:33 +00:00
|
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
2020-10-01 04:59:20 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2020-10-03 07:22:23 +00:00
|
|
|
github.com/prometheus/client_golang v1.6.0
|
2020-09-30 06:35:07 +00:00
|
|
|
github.com/rs/zerolog v1.20.0
|
2020-10-03 07:22:23 +00:00
|
|
|
github.com/slok/go-http-metrics v0.8.0
|
2020-09-30 06:35:07 +00:00
|
|
|
github.com/spf13/viper v1.7.1
|
|
|
|
)
|