metrics: allow server to return errors
This commit is contained in:
5
go.mod
5
go.mod
@@ -8,8 +8,9 @@ require (
|
||||
github.com/prometheus/client_golang v1.16.0
|
||||
github.com/segmentio/kafka-go v0.4.42
|
||||
github.com/spf13/cobra v1.7.0
|
||||
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
|
||||
golang.org/x/mod v0.11.0
|
||||
golang.org/x/exp v0.0.0-20230711023510-fffb14384f22
|
||||
golang.org/x/mod v0.12.0
|
||||
golang.org/x/sync v0.3.0
|
||||
)
|
||||
|
||||
require (
|
||||
|
Reference in New Issue
Block a user