go.mod 90 B

1234567
  1. module github.com/minio/md5-simd
  2. go 1.14
  3. require (
  4. github.com/klauspost/cpuid v1.2.3
  5. )