Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace cespare/xxhash with cespare/xxhash/v2 #8698

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

Juneezee
Copy link
Contributor

Currently, we are using two versions of the same package for xxHash:

dolt/go/go.mod

Lines 56 to 57 in d98baaf

github.com/cespare/xxhash v1.1.0
github.com/cespare/xxhash/v2 v2.2.0

github.com/cespare/xxhash/v2 is the latest version, which includes bug fixes and improvements. This PR updates the codebase to replace github.com/cespare/xxhash with github.com/cespare/xxhash/v2.

No breaking changes, see https://go.dev/play/p/ZXuwERoBlEi.

`github.com/cespare/xxhash/v2` is the latest version with bug fixes and
improvements.

Signed-off-by: Eng Zer Jun <[email protected]>
Copy link
Contributor

@max-hoffman max-hoffman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the contribution @Juneezee !

@max-hoffman max-hoffman merged commit 745d520 into dolthub:main Dec 26, 2024
32 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants