diff options
| author | 2025-04-14 09:46:09 +0200 | |
|---|---|---|
| committer | 2025-04-14 09:46:09 +0200 | |
| commit | f8d17a7e76d475e97580ef49fc076607d590bc27 (patch) | |
| tree | c4be51de44a67e3af0ac497350e440e919b92e4b /vendor/github.com/klauspost/compress/zstd/internal/xxhash/xxhash_asm.go | |
| parent | [chore]: Bump github.com/miekg/dns from 1.1.64 to 1.1.65 (#4001) (diff) | |
| download | gotosocial-f8d17a7e76d475e97580ef49fc076607d590bc27.tar.xz | |
[chore]: Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 (#4003)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.21.1 to 1.22.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.21.1...v1.22.0)
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-version: 1.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/github.com/klauspost/compress/zstd/internal/xxhash/xxhash_asm.go')
| -rw-r--r-- | vendor/github.com/klauspost/compress/zstd/internal/xxhash/xxhash_asm.go | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/vendor/github.com/klauspost/compress/zstd/internal/xxhash/xxhash_asm.go b/vendor/github.com/klauspost/compress/zstd/internal/xxhash/xxhash_asm.go deleted file mode 100644 index d4221edf4..000000000 --- a/vendor/github.com/klauspost/compress/zstd/internal/xxhash/xxhash_asm.go +++ /dev/null @@ -1,16 +0,0 @@ -//go:build (amd64 || arm64) && !appengine && gc && !purego && !noasm -// +build amd64 arm64 -// +build !appengine -// +build gc -// +build !purego -// +build !noasm - -package xxhash - -// Sum64 computes the 64-bit xxHash digest of b. -// -//go:noescape -func Sum64(b []byte) uint64 - -//go:noescape -func writeBlocks(s *Digest, b []byte) int |
