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-29 00:47:37 +00:00
|
|
|
github.com/GeertJohan/go.rice v1.0.0
|
2020-10-04 21:32:06 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
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-05 13:15:32 +00:00
|
|
|
github.com/go-chi/cors v1.1.1
|
2020-10-04 21:32:06 +00:00
|
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
|
|
github.com/google/go-cmp v0.5.2 // indirect
|
2020-10-01 04:59:20 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2020-10-04 21:32:06 +00:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
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-10-04 21:32:06 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2020-09-30 06:35:07 +00:00
|
|
|
github.com/spf13/viper v1.7.1
|
2020-10-04 21:32:06 +00:00
|
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
2020-09-30 06:35:07 +00:00
|
|
|
)
|