| commit | e65b279775a3e9aaeeb07665ef0c8cea8ebe4ee0 | [log] [tgz] |
|---|---|---|
| author | Abhay Kumar <abhay.kumar@radisys.com> | Mon Nov 10 13:39:07 2025 +0000 |
| committer | Abhay Kumar <abhay.kumar@radisys.com> | Fri Dec 05 07:10:17 2025 +0000 |
| tree | 20c17f5f5ddce7f2017881d6a73aaf9693089234 | |
| parent | e30dfa9e0a445d391118c3cbf0a39088a5f34f9f [diff] [blame] |
[VOL-5486] Fix deprecated versions Change-Id: Ic398322948171d8a1c5b4e866602805ec0ea396f Signed-off-by: Abhay Kumar <abhay.kumar@radisys.com>
diff --git a/vendor/github.com/cespare/xxhash/v2/xxhash_safe.go b/vendor/github.com/cespare/xxhash/v2/xxhash_safe.go index e86f1b5..05f5e7d 100644 --- a/vendor/github.com/cespare/xxhash/v2/xxhash_safe.go +++ b/vendor/github.com/cespare/xxhash/v2/xxhash_safe.go
@@ -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)) }