Skip to content

Commit c8e13d9

Browse files
hazzikRaduBerinde
authored andcommitted
go.mod: update github.com/prometheus/client_golang to v1.15.0
1 parent f601b7b commit c8e13d9

File tree

2 files changed

+15
-354
lines changed

2 files changed

+15
-354
lines changed

go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ require (
1616
github.com/kr/pretty v0.3.1
1717
github.com/pkg/errors v0.9.1
1818
github.com/pmezard/go-difflib v1.0.0
19-
github.com/prometheus/client_golang v1.12.0
20-
github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a
19+
github.com/prometheus/client_golang v1.15.0
20+
github.com/prometheus/client_model v0.3.0
2121
github.com/spf13/cobra v1.0.0
2222
github.com/stretchr/testify v1.9.0
2323
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
@@ -36,9 +36,9 @@ require (
3636
github.com/golang/protobuf v1.5.3 // indirect
3737
github.com/inconshreveable/mousetrap v1.0.0 // indirect
3838
github.com/kr/text v0.2.0 // indirect
39-
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
40-
github.com/prometheus/common v0.32.1 // indirect
41-
github.com/prometheus/procfs v0.7.3 // indirect
39+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
40+
github.com/prometheus/common v0.42.0 // indirect
41+
github.com/prometheus/procfs v0.9.0 // indirect
4242
github.com/rogpeppe/go-internal v1.9.0 // indirect
4343
github.com/spf13/pflag v1.0.5 // indirect
4444
golang.org/x/text v0.14.0 // indirect

0 commit comments

Comments
 (0)