Skip to content

Commit 4e53988

Browse files
authored
up prom-client (#142)
1 parent 2fcad17 commit 4e53988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/operator-framework/operator-lib v0.4.1
1717
github.com/pelletier/go-toml v1.7.0 // indirect
1818
github.com/pkg/errors v0.9.1 // indirect
19-
github.com/prometheus/client_golang v1.9.0
19+
github.com/prometheus/client_golang v1.12.0
2020
github.com/prometheus/procfs v0.6.0 // indirect
2121
github.com/smartystreets/assertions v1.0.1 // indirect
2222
github.com/spf13/pflag v1.0.5

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ github.com/peterbourgon/diskv
173173
github.com/pkg/errors
174174
# github.com/pmezard/go-difflib v1.0.0
175175
github.com/pmezard/go-difflib/difflib
176-
# github.com/prometheus/client_golang v1.9.0
176+
# github.com/prometheus/client_golang v1.12.0
177177
## explicit
178178
github.com/prometheus/client_golang/prometheus
179179
github.com/prometheus/client_golang/prometheus/internal

0 commit comments

Comments
 (0)