Skip to content

Commit ded2474

Browse files
committed
Update dependencies
Signed-off-by: beorn7 <[email protected]>
1 parent 3d1759b commit ded2474

File tree

2 files changed

+306
-8
lines changed

2 files changed

+306
-8
lines changed

go.mod

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@ module github.com/prometheus/client_golang
33
require (
44
github.com/beorn7/perks v1.0.1
55
github.com/cespare/xxhash/v2 v2.1.1
6-
github.com/golang/protobuf v1.4.2
6+
github.com/golang/protobuf v1.4.3
77
github.com/json-iterator/go v1.1.10
8-
github.com/kr/pretty v0.1.0 // indirect
98
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
1612
)
1713

1814
go 1.11

0 commit comments

Comments
 (0)