-
- Downloads
feat: add health check to telemetry server
Signed-off-by:
Mark Sagi-Kazar <mark.sagikazar@gmail.com>
... | @@ -3,6 +3,7 @@ module github.com/dexidp/dex | ... | @@ -3,6 +3,7 @@ module github.com/dexidp/dex |
go 1.15 | go 1.15 | ||
require ( | require ( | ||
github.com/AppsFlyer/go-sundheit v0.3.1 | |||
github.com/Microsoft/hcsshim v0.8.14 // indirect | github.com/Microsoft/hcsshim v0.8.14 // indirect | ||
github.com/beevik/etree v1.1.0 | github.com/beevik/etree v1.1.0 | ||
github.com/coreos/go-oidc/v3 v3.0.0 | github.com/coreos/go-oidc/v3 v3.0.0 | ||
... | ... |
storage/health.go
0 → 100644
Please register or sign in to comment