gohttpserver/go.mod

17 lines
518 B
Modula-2

module git.eeqj.de/sneak/gohttpserver
go 1.15
require (
github.com/getsentry/sentry-go v0.7.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/joho/godotenv v1.3.0
github.com/rs/zerolog v1.20.0
github.com/spf13/viper v1.7.1
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
)