Skip to content

Commit 0c691ed

Browse files
authored
go.mod: Exclude prometheus/client_golang v1.12.1 (#1027)
See also #1012 As suggested in #1012 (comment) Signed-off-by: Manuel Rüger <[email protected]>
1 parent 46d3dd4 commit 0c691ed

File tree

2 files changed

+5
-75
lines changed

2 files changed

+5
-75
lines changed

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ require (
44
github.com/beorn7/perks v1.0.1
55
github.com/cespare/xxhash/v2 v2.1.2
66
github.com/golang/protobuf v1.5.2
7+
github.com/jpillora/backoff v1.0.0 // indirect
78
github.com/json-iterator/go v1.1.12
89
github.com/prometheus/client_model v0.2.0
910
github.com/prometheus/common v0.33.0
@@ -12,4 +13,6 @@ require (
1213
google.golang.org/protobuf v1.28.0
1314
)
1415

16+
exclude github.com/prometheus/client_golang v1.12.1
17+
1518
go 1.16

0 commit comments

Comments
 (0)