Skip to content

Commit df05e35

Browse files
committed
go.mod: update github.com/prometheus/client_golang to v1.16.0
CRDB uses a fork based on this version. This update removes a lot of cruft from go.sum (for dep versions that were considered but not used).
1 parent 1d68b01 commit df05e35

File tree

2 files changed

+15
-354
lines changed

2 files changed

+15
-354
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ require (
1919
github.com/olekukonko/tablewriter v0.0.5
2020
github.com/pkg/errors v0.9.1
2121
github.com/pmezard/go-difflib v1.0.0
22-
github.com/prometheus/client_golang v1.12.0
23-
github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a
22+
github.com/prometheus/client_golang v1.16.0
23+
github.com/prometheus/client_model v0.3.0
2424
github.com/spf13/cobra v1.0.0
2525
github.com/stretchr/testify v1.9.0
2626
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
@@ -40,9 +40,9 @@ require (
4040
github.com/inconshreveable/mousetrap v1.0.0 // indirect
4141
github.com/kr/text v0.2.0 // indirect
4242
github.com/mattn/go-runewidth v0.0.9 // indirect
43-
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
44-
github.com/prometheus/common v0.32.1 // indirect
45-
github.com/prometheus/procfs v0.7.3 // indirect
43+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
44+
github.com/prometheus/common v0.42.0 // indirect
45+
github.com/prometheus/procfs v0.10.1 // indirect
4646
github.com/rogpeppe/go-internal v1.9.0 // indirect
4747
github.com/spf13/pflag v1.0.5 // indirect
4848
golang.org/x/text v0.14.0 // indirect

0 commit comments

Comments
 (0)