feat: add live traffic stats (#530)

This commit is contained in:
Christoph Haas
2026-01-25 00:32:59 +01:00
parent df9fdd14fb
commit 08b28340cc
13 changed files with 289 additions and 5 deletions

1
go.mod
View File

@@ -12,6 +12,7 @@ require (
github.com/go-playground/validator/v10 v10.30.1
github.com/go-webauthn/webauthn v0.15.0
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/prometheus-community/pro-bing v0.7.0
github.com/prometheus/client_golang v1.23.2
github.com/stretchr/testify v1.11.1