2020-09-30 06:35:07 +00:00
|
|
|
module git.eeqj.de/sneak/gohttpserver
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
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-09-30 06:35:07 +00:00
|
|
|
github.com/rs/zerolog v1.20.0
|
|
|
|
github.com/spf13/viper v1.7.1
|
2020-10-03 05:42:12 +00:00
|
|
|
github.com/stretchr/testify v1.6.0 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
2020-09-30 06:35:07 +00:00
|
|
|
)
|