Created by: dependabot[bot]
Bumps github.com/OneOfOne/xxhash from 1.2.2 to 1.2.8.
Release notes
Sourced from github.com/OneOfOne/xxhash's releases.
The pink stars are falling in lines
- Implement encoding.Binary(Un)Marshaler interfaces (#32).
- Fix a typo in the README.
Where's the hash?
- Adding
NewHash{32,64}
that returnshash.Hash
Workarounds workarounds workarounds
Workaround Go 1.14's checkptr.
Fixes #27
go.mod clean up and added xxhsum windows binaries.
- Set go version in all the
go.mod
files to1.11
.- Made
xxhsum
andcesper
benchmarks their own modules to reducego.mod
/go.sum
bloat.- Published
win32
andwin64
binaries forxxhsum
, fixes #26.s390x
- Use the safe version for s390x.
MIPS fix
- Adds a fix for
MIPS
.
Commits
-
73388e8
typos in the readme -
845884a
Merge pull request #32 from VirrageS/binary-marshal -
55accf7
Implement encoding.Binary(Un)Marshaler interfaces for XXHash32 and XXHash64 -
e4128de
Merge pull request #31 from johnaoss/master -
b126dfc
Fixes playground README link -
85d5025
add NewHash{32,64}. -
8f0be54
add -trimpath to build script -
a70bd9b
workaround go 1.14's checkptr -
c1e3185
build script -
afb72b2
go.mod cleanup - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)