File tree Expand file tree Collapse file tree 7 files changed +74
-285
lines changed
Expand file tree Collapse file tree 7 files changed +74
-285
lines changed Original file line number Diff line number Diff line change @@ -425,8 +425,8 @@ func main() {
425425 go func () {
426426 <- sig
427427 log .Infof ("Received SIGTERM, shutting down" )
428- pctrl .Shutdown (ctx , "received SIGTERM" ) // Blocks until all resources are released.
429- metricsCancel () // Cancel metrics server context
428+ pctrl .Shutdown (ctx ) // Blocks until all resources are released.
429+ metricsCancel () // Cancel metrics server context
430430 os .Exit (0 )
431431 }()
432432
Original file line number Diff line number Diff line change @@ -539,8 +539,6 @@ github.com/google/flatbuffers v24.3.25+incompatible h1:CX395cjN9Kke9mmalRoL3d81A
539539github.com/google/flatbuffers v24.3.25+incompatible /go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8 =
540540github.com/google/gnostic-models v0.6.9 h1:MU/8wDLif2qCXZmzncUQ/BOfxWfthHi63KqpoNbWqVw =
541541github.com/google/gnostic-models v0.6.9 /go.mod h1:CiWsm0s6BSQd1hRn8/QmxqB6BesYcbSZxsz9b0KuDBw =
542- github.com/google/gnostic-models v0.7.0 h1:qwTtogB15McXDaNqTZdzPJRHvaVJlAl+HVQnLmJEJxo =
543- github.com/google/gnostic-models v0.7.0 /go.mod h1:whL5G0m6dmc5cPxKc5bdKdEN3UjI7OUGxBlw57miDrQ =
544542github.com/google/go-cmp v0.2.0 /go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M =
545543github.com/google/go-cmp v0.3.0 /go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU =
546544github.com/google/go-cmp v0.3.1 /go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU =
You can’t perform that action at this time.
0 commit comments