mirror of
https://github.com/Octops/quake-kube.git
synced 2026-04-05 17:20:33 +00:00
* Add prometheus instrumentation, count active ws conns * Stop bum ticker * Moving things around * Handle unspecified host for ws proxy * Add config reload counter * metrics: rename conns -> players
18 lines
545 B
Modula-2
18 lines
545 B
Modula-2
module github.com/criticalstack/quake-kube
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/cockroachdb/cmux v0.0.0-20170110192607-30d10be49292
|
|
github.com/google/go-cmp v0.3.0
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/labstack/echo/v4 v4.1.16
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v0.9.3
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
|
|
github.com/shurcooL/vfsgen v0.0.0-20200627165143-92b8a710ab6c // indirect
|
|
github.com/spf13/cobra v1.0.0
|
|
k8s.io/apimachinery v0.18.6
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|