We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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