-
- Downloads
Add prometheus and disable http2
... | @@ -5,4 +5,5 @@ go 1.14 | ... | @@ -5,4 +5,5 @@ go 1.14 |
require ( | require ( | ||
github.com/gorilla/websocket v1.4.2 | github.com/gorilla/websocket v1.4.2 | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | github.com/patrickmn/go-cache v2.1.0+incompatible | ||
github.com/prometheus/client_golang v1.7.1 | |||
) | ) |
Please register or sign in to comment