This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
332: fix(deps): update module github.com/oneofone/xxhash to v1.2.8 r=elliotcourant a=renovate[bot] [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/OneOfOne/xxhash](https://togithub.com/OneOfOne/xxhash) | require | patch | `v1.2.2` -> `v1.2.8` | --- ### Release Notes <details> <summary>OneOfOne/xxhash</summary> ### [`v1.2.8`](https://togithub.com/OneOfOne/xxhash/releases/v1.2.8) [Compare Source](https://togithub.com/OneOfOne/xxhash/compare/v1.2.7...v1.2.8) - Implement encoding.Binary(Un)Marshaler interfaces ([#​32](https://togithub.com/OneOfOne/xxhash/issues/32)). - Fix a typo in the README. ### [`v1.2.7`](https://togithub.com/OneOfOne/xxhash/releases/v1.2.7) [Compare Source](https://togithub.com/OneOfOne/xxhash/compare/v1.2.6...v1.2.7) - Adding `NewHash{32,64}` that returns `hash.Hash` ### [`v1.2.6`](https://togithub.com/OneOfOne/xxhash/releases/v1.2.6) [Compare Source](https://togithub.com/OneOfOne/xxhash/compare/v1.2.5...v1.2.6) Workaround Go 1.14's checkptr. Fixes [#​27](https://togithub.com/OneOfOne/xxhash/issues/27) ### [`v1.2.5`](https://togithub.com/OneOfOne/xxhash/releases/v1.2.5) [Compare Source](https://togithub.com/OneOfOne/xxhash/compare/v1.2.4...v1.2.5) - Set go version in all the `go.mod` files to `1.11`. - Made `xxhsum` and `cesper` benchmarks their own modules to reduce `go.mod`/`go.sum` bloat. - Published `win32` and `win64` binaries for `xxhsum`, fixes [#​26](https://togithub.com/OneOfOne/xxhash/issues/26). ### [`v1.2.4`](https://togithub.com/OneOfOne/xxhash/releases/v1.2.4) [Compare Source](https://togithub.com/OneOfOne/xxhash/compare/v1.2.3...v1.2.4) - Use the safe version for s390x. ### [`v1.2.3`](https://togithub.com/OneOfOne/xxhash/releases/v1.2.3) [Compare Source](https://togithub.com/OneOfOne/xxhash/compare/v1.2.2...v1.2.3) - Adds a fix for `MIPS`. </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/monetr/rest-api). Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information