Skip to content

Commit cd4f164

Browse files
committed
update prometheus packages
Signed-off-by: Renan Rangel <[email protected]>
1 parent b6d5c86 commit cd4f164

File tree

2 files changed

+410
-28
lines changed

2 files changed

+410
-28
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ require (
66
github.com/DataDog/datadog-go v3.2.0+incompatible
77
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible
88
github.com/circonus-labs/circonusllhist v0.1.3 // indirect
9-
github.com/golang/protobuf v1.3.2
9+
github.com/golang/protobuf v1.5.2
1010
github.com/hashicorp/go-immutable-radix v1.0.0
1111
github.com/hashicorp/go-retryablehttp v0.5.3 // indirect
1212
github.com/pascaldekloe/goe v0.1.0
13-
github.com/prometheus/client_golang v1.4.0
14-
github.com/prometheus/client_model v0.2.0
15-
github.com/prometheus/common v0.9.1
13+
github.com/prometheus/client_golang v1.13.0
14+
github.com/prometheus/client_model v0.3.0
15+
github.com/prometheus/common v0.37.0
1616
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 // indirect
1717
)
1818

1919
// Introduced undocumented breaking change to metrics sink interface
20-
retract v0.3.11
20+
retract v0.3.11

0 commit comments

Comments
 (0)