Skip to content

Commit 68cd1e9

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 68cd1e9

File tree

2 files changed

+18
-279
lines changed

2 files changed

+18
-279
lines changed

go.mod

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ require (
44
github.com/beorn7/perks v1.0.1
55
github.com/cespare/xxhash/v2 v2.1.1
66
github.com/golang/protobuf v1.4.3
7-
github.com/json-iterator/go v1.1.10
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
13+
google.golang.org/protobuf v1.26.0-rc.1 // indirect
1214
)
1315

1416
go 1.13

0 commit comments

Comments
 (0)