cespare / xxhash

A Go implementation of the 64-bit xxHash algorithm (XXH64)
MIT License
1.79k stars 123 forks source link

can't find reason for requirement #69

Closed DouFuJuShi closed 1 year ago

DouFuJuShi commented 1 year ago

panic: internal error: can't find reason for requirement on github.com/cespare/xxhash/v2@v2.1.2

cespare commented 1 year ago

This is a Go issue, not an xxhash one. See https://github.com/golang/go/issues/47979 and https://github.com/golang/go/issues/56494. There are some workarounds listed there.

DouFuJuShi commented 1 year ago

TKS