File tree Expand file tree Collapse file tree 2 files changed +306
-8
lines changed Expand file tree Collapse file tree 2 files changed +306
-8
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,12 @@ module github.com/prometheus/client_golang
3
3
require (
4
4
github.com/beorn7/perks v1.0.1
5
5
github.com/cespare/xxhash/v2 v2.1.1
6
- github.com/golang/protobuf v1.4.2
6
+ github.com/golang/protobuf v1.4.3
7
7
github.com/json-iterator/go v1.1.10
8
- github.com/kr/pretty v0.1.0 // indirect
9
8
github.com/prometheus/client_model v0.2.0
10
- github.com/prometheus/common v0.10.0
11
- github.com/prometheus/procfs v0.1.3
12
- github.com/stretchr/testify v1.4.0 // indirect
13
- golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1
14
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
15
- gopkg.in/yaml.v2 v2.2.5 // indirect
9
+ github.com/prometheus/common v0.14.0
10
+ github.com/prometheus/procfs v0.2.0
11
+ golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211
16
12
)
17
13
18
14
go 1.11
You can’t perform that action at this time.
0 commit comments