update sha256-simd to v1.0.1 (#212)
Update sha256-simd to fix a test failure on Go 1.21.
Signed-off-by: Christian Stewart <christian@aperture.us>
Showing
... | ... | @@ -13,8 +13,9 @@ require ( |
require ( | ||
github.com/davecgh/go-spew v1.1.0 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.3 // indirect | ||
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect | ||
github.com/minio/sha256-simd v0.1.1-0.20190913151208-6de447530771 // indirect | ||
github.com/minio/sha256-simd v1.0.1 // indirect | ||
github.com/mr-tron/base58 v1.1.3 // indirect | ||
github.com/multiformats/go-base32 v0.0.3 // indirect | ||
github.com/multiformats/go-base36 v0.1.0 // indirect | ||
... | ... |
Please register or sign in to comment