Skip to content

Commit a8d310d

Browse files
committed
Update Go modules
Update all modules to the latest versions. This starts to reduce the indirect dependencies on go-kit/kit in favor of go-kit/log. Signed-off-by: SuperQ <[email protected]>
1 parent f22935d commit a8d310d

File tree

2 files changed

+22
-282
lines changed

2 files changed

+22
-282
lines changed

go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ 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.3
7-
github.com/json-iterator/go v1.1.10
6+
github.com/golang/protobuf v1.5.2
7+
github.com/json-iterator/go v1.1.11
88
github.com/prometheus/client_model v0.2.0
9-
github.com/prometheus/common v0.18.0
9+
github.com/prometheus/common v0.26.0
1010
github.com/prometheus/procfs v0.6.0
11-
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2
11+
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40
12+
golang.org/x/text v0.3.2 // indirect
1213
)
1314

1415
go 1.13

0 commit comments

Comments
 (0)