Update module prometheus/client_golang to v1.7.1 (#597)
Update module prometheus/client_golang to v1.7.1 Reviewed-on: https://kolaente.dev/vikunja/api/pulls/597
This commit is contained in:
2
vendor/github.com/prometheus/client_golang/prometheus/histogram.go
generated
vendored
2
vendor/github.com/prometheus/client_golang/prometheus/histogram.go
generated
vendored
@ -607,7 +607,7 @@ func NewConstHistogram(
|
||||
}
|
||||
|
||||
// MustNewConstHistogram is a version of NewConstHistogram that panics where
|
||||
// NewConstMetric would have returned an error.
|
||||
// NewConstHistogram would have returned an error.
|
||||
func MustNewConstHistogram(
|
||||
desc *Desc,
|
||||
count uint64,
|
||||
|
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@ -157,7 +157,7 @@ github.com/pmezard/go-difflib/difflib
|
||||
github.com/pquerna/otp
|
||||
github.com/pquerna/otp/hotp
|
||||
github.com/pquerna/otp/totp
|
||||
# github.com/prometheus/client_golang v1.7.0
|
||||
# github.com/prometheus/client_golang v1.7.1
|
||||
github.com/prometheus/client_golang/prometheus
|
||||
github.com/prometheus/client_golang/prometheus/internal
|
||||
github.com/prometheus/client_golang/prometheus/promauto
|
||||
|
Reference in New Issue
Block a user