mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-14 12:32:02 +09:00
hscontrol: drop the unused grpc-zerolog response-log toggle
The RespLog global was read only by the removed gRPC server's logging interceptor; HTTP logging goes through the chi zerologRequestLogger. Drop the dead toggle and the grpc-zerolog dependency.
This commit is contained in:
@@ -27,7 +27,6 @@ require (
|
||||
github.com/oauth2-proxy/mockoidc v0.0.0-20240214162133-caebfff84d25
|
||||
github.com/ogen-go/ogen v1.22.0
|
||||
github.com/ory/dockertest/v3 v3.12.0
|
||||
github.com/philip-bui/grpc-zerolog v1.0.1
|
||||
github.com/pkg/profile v1.7.0
|
||||
github.com/prometheus/client_golang v1.23.2
|
||||
github.com/prometheus/common v0.68.1
|
||||
@@ -160,7 +159,6 @@ require (
|
||||
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
|
||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
||||
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
||||
github.com/golang/protobuf v1.5.4 // indirect
|
||||
github.com/google/btree v1.1.3 // indirect
|
||||
github.com/google/go-github v17.0.0+incompatible // indirect
|
||||
github.com/google/go-querystring v1.2.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user