aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/prometheus/common/model/fnv.go
diff options
context:
space:
mode:
authorLokesh Mandvekar <lsm5@fedoraproject.org>2022-03-24 10:19:25 -0400
committerLokesh Mandvekar <lsm5@fedoraproject.org>2022-03-24 10:19:25 -0400
commit4ce9d2078a531e071d90a8a8cbf98da5526ac752 (patch)
tree2c822195424c2a9bd9e485c4266d0da0b3434441 /vendor/github.com/prometheus/common/model/fnv.go
parent19c80199a9973be16cc7c8a5c664a18b179f0179 (diff)
downloadpodman-4ce9d2078a531e071d90a8a8cbf98da5526ac752.tar.gz
podman-4ce9d2078a531e071d90a8a8cbf98da5526ac752.tar.bz2
podman-4ce9d2078a531e071d90a8a8cbf98da5526ac752.zip
Bump github.com/prometheus/client_golang to v1.11.1
Resolves: CVE-2022-21698 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
Diffstat (limited to 'vendor/github.com/prometheus/common/model/fnv.go')
-rw-r--r--vendor/github.com/prometheus/common/model/fnv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/prometheus/common/model/fnv.go b/vendor/github.com/prometheus/common/model/fnv.go
index 038fc1c90..367afecd3 100644
--- a/vendor/github.com/prometheus/common/model/fnv.go
+++ b/vendor/github.com/prometheus/common/model/fnv.go
@@ -20,7 +20,7 @@ const (
prime64 = 1099511628211
)
-// hashNew initializies a new fnv64a hash value.
+// hashNew initializes a new fnv64a hash value.
func hashNew() uint64 {
return offset64
}