Skip to content

Commit d17ef40

Browse files
authored
Update go.mod
Signed-off-by: David Collom <[email protected]>
1 parent 8606d17 commit d17ef40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16
1212
require (
1313
github.com/bombsimon/logrusr/v4 v4.1.0
1414
github.com/prometheus/client_golang v1.23.2
15+
github.com/prometheus/client_model v0.6.2
1516
github.com/sirupsen/logrus v1.9.3
1617
github.com/spf13/cobra v1.10.1
1718
github.com/spf13/pflag v1.0.10
@@ -62,8 +63,6 @@ require (
6263
github.com/stretchr/testify v1.11.1
6364
)
6465

65-
require github.com/prometheus/client_model v0.6.2
66-
6766
require (
6867
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
6968
github.com/Azure/go-autorest v14.2.0+incompatible // indirect

0 commit comments

Comments
 (0)