We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8606d17 commit d17ef40Copy full SHA for d17ef40
go.mod
@@ -12,6 +12,7 @@ replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16
12
require (
13
github.com/bombsimon/logrusr/v4 v4.1.0
14
github.com/prometheus/client_golang v1.23.2
15
+ github.com/prometheus/client_model v0.6.2
16
github.com/sirupsen/logrus v1.9.3
17
github.com/spf13/cobra v1.10.1
18
github.com/spf13/pflag v1.0.10
@@ -62,8 +63,6 @@ require (
62
63
github.com/stretchr/testify v1.11.1
64
)
65
-require github.com/prometheus/client_model v0.6.2
66
-
67
68
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
69
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
0 commit comments