[chore]: Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 (#3210)

This commit is contained in:
dependabot[bot] 2024-08-19 10:13:46 +00:00 committed by GitHub
commit 6ff8376d96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
197 changed files with 28294 additions and 563 deletions

View file

@ -5,7 +5,7 @@
package xxhash
// Sum64String computes the 64-bit xxHash digest of s.
// Sum64String computes the 64-bit xxHash digest of s with a zero seed.
func Sum64String(s string) uint64 {
return Sum64([]byte(s))
}