Skip to content

Commit 0d86c3e

Browse files
committed
Fix import error
Signed-off-by: Felix Yuan <[email protected]>
1 parent 04acc42 commit 0d86c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ require (
77
github.com/alecthomas/kingpin/v2 v2.4.0
88
github.com/lib/pq v1.10.9
99
github.com/prometheus/client_golang v1.20.4
10+
github.com/prometheus/client_model v0.6.1
1011
github.com/prometheus/common v0.60.0
1112
github.com/prometheus/exporter-toolkit v0.13.0
1213
github.com/smartystreets/goconvey v1.8.1
@@ -25,7 +26,6 @@ require (
2526
github.com/mdlayher/vsock v1.2.1 // indirect
2627
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2728
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
28-
github.com/prometheus/client_model v0.6.1 // indirect
2929
github.com/prometheus/procfs v0.15.1 // indirect
3030
github.com/smarty/assertions v1.15.0 // indirect
3131
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect

0 commit comments

Comments
 (0)