Merge branch 'tls-support-namespaces-monitoring' into 'master'
Added TLS support, namespaces and monitoring See merge request !3
cert.pem
0 → 100644
... | @@ -4,9 +4,12 @@ go 1.13 | ... | @@ -4,9 +4,12 @@ go 1.13 |
require ( | require ( | ||
github.com/JamesStewy/sse v0.3.0 | github.com/JamesStewy/sse v0.3.0 | ||
github.com/dyson/certman v0.2.1 | |||
github.com/fsnotify/fsnotify v1.4.9 // indirect | |||
github.com/go-chi/chi v4.0.2+incompatible | github.com/go-chi/chi v4.0.2+incompatible | ||
github.com/hashicorp/go-multierror v1.0.0 | github.com/hashicorp/go-multierror v1.0.0 | ||
github.com/markbates/pkger v0.12.8 | github.com/markbates/pkger v0.12.8 | ||
github.com/pkg/errors v0.9.1 // indirect | |||
github.com/prometheus/client_golang v1.7.0 | |||
github.com/urfave/cli v1.21.0 | github.com/urfave/cli v1.21.0 | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | |||
) | ) |