We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f22935d + 68cd1e9 commit 2539062Copy full SHA for 2539062
go.mod
@@ -4,11 +4,13 @@ require (
4
github.com/beorn7/perks v1.0.1
5
github.com/cespare/xxhash/v2 v2.1.1
6
github.com/golang/protobuf v1.4.3
7
- github.com/json-iterator/go v1.1.10
+ github.com/json-iterator/go v1.1.11
8
github.com/prometheus/client_model v0.2.0
9
- github.com/prometheus/common v0.18.0
+ github.com/prometheus/common v0.26.0
10
github.com/prometheus/procfs v0.6.0
11
- golang.org/x/sys v0.0.0-20210309074719-68d13333faf2
+ 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