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 46d3dd4 commit 0c691edCopy full SHA for 0c691ed
go.mod
@@ -4,6 +4,7 @@ require (
4
github.com/beorn7/perks v1.0.1
5
github.com/cespare/xxhash/v2 v2.1.2
6
github.com/golang/protobuf v1.5.2
7
+ github.com/jpillora/backoff v1.0.0 // indirect
8
github.com/json-iterator/go v1.1.12
9
github.com/prometheus/client_model v0.2.0
10
github.com/prometheus/common v0.33.0
@@ -12,4 +13,6 @@ require (
12
13
google.golang.org/protobuf v1.28.0
14
)
15
16
+exclude github.com/prometheus/client_golang v1.12.1
17
+
18
go 1.16
0 commit comments