Skip to content

Commit a4ef837

Browse files
committed
Fix go.mod file
1 parent 6a8d65f commit a4ef837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ require (
3636

3737
require (
3838
github.com/pkg/errors v0.9.1
39+
github.com/prometheus/client_model v0.6.2
3940
github.com/robfig/cron/v3 v3.0.1
4041
)
4142

@@ -86,7 +87,6 @@ require (
8687
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
8788
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
8889
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
89-
github.com/prometheus/client_model v0.6.2 // indirect
9090
github.com/prometheus/procfs v0.15.1 // indirect
9191
github.com/russross/blackfriday/v2 v2.1.0 // indirect
9292
github.com/sagikazarmark/locafero v0.7.0 // indirect

0 commit comments

Comments
 (0)