Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
Merge #332
Browse files Browse the repository at this point in the history
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 ([#&#8203;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 [#&#8203;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 [#&#8203;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
elliotcourant and renovate-bot committed Sep 11, 2021
2 parents 34ec27b + 7e3060d commit 5e5418e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
cloud.google.com/go/logging v1.4.2
github.com/MicahParks/keyfunc v0.4.0
github.com/OneOfOne/xxhash v1.2.2
github.com/OneOfOne/xxhash v1.2.8
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/alicebob/miniredis/v2 v2.15.1
github.com/brianvoe/gofakeit/v6 v6.7.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ github.com/Microsoft/go-winio v0.4.16/go.mod h1:XB6nPKklQyQ7GC9LdcBEcBl8PF76WugX
github.com/Microsoft/hcsshim v0.8.9/go.mod h1:5692vkUqntj1idxauYlpoINNKeqCiG6Sg38RRsjT5y8=
github.com/OneOfOne/xxhash v1.2.2 h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8=
github.com/OneOfOne/xxhash v1.2.8/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q=
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 h1:YoJbenK9C67SkzkDfmQuVln04ygHj3vjZfd9FL+GmQQ=
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7/go.mod h1:z4/9nQmJSSwwds7ejkxaJwO37dru3geImFUdJlaLzQo=
github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=
Expand Down

0 comments on commit 5e5418e

Please sign in to comment.