diff options
Diffstat (limited to 'vendor/github.com/minio/md5-simd/go.mod')
-rw-r--r-- | vendor/github.com/minio/md5-simd/go.mod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/minio/md5-simd/go.mod b/vendor/github.com/minio/md5-simd/go.mod new file mode 100644 index 0000000000..905fe2982a --- /dev/null +++ b/vendor/github.com/minio/md5-simd/go.mod @@ -0,0 +1,7 @@ +module github.com/minio/md5-simd + +go 1.14 + +require ( + github.com/klauspost/cpuid v1.2.3 +) |