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 1965365 commit 5426b51Copy full SHA for 5426b51
go.mod
@@ -6,11 +6,9 @@ require (
6
github.com/golang/protobuf v1.4.3
7
github.com/json-iterator/go v1.1.11
8
github.com/prometheus/client_model v0.2.0
9
- github.com/prometheus/common v0.26.0
+ github.com/prometheus/common v0.29.0
10
github.com/prometheus/procfs v0.6.0
11
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40
12
- golang.org/x/text v0.3.2 // indirect
13
- google.golang.org/protobuf v1.26.0-rc.1 // indirect
14
)
15
16
go 1.13
0 commit comments