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 6a8d65f commit a4ef837Copy full SHA for a4ef837
go.mod
@@ -36,6 +36,7 @@ require (
36
37
require (
38
github.com/pkg/errors v0.9.1
39
+ github.com/prometheus/client_model v0.6.2
40
github.com/robfig/cron/v3 v3.0.1
41
)
42
@@ -86,7 +87,6 @@ require (
86
87
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
88
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
89
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
- github.com/prometheus/client_model v0.6.2 // indirect
90
github.com/prometheus/procfs v0.15.1 // indirect
91
github.com/russross/blackfriday/v2 v2.1.0 // indirect
92
github.com/sagikazarmark/locafero v0.7.0 // indirect
0 commit comments