diff options
Diffstat (limited to 'vendor/github.com/minio/md5-simd/go.mod')
-rw-r--r-- | vendor/github.com/minio/md5-simd/go.mod | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vendor/github.com/minio/md5-simd/go.mod b/vendor/github.com/minio/md5-simd/go.mod deleted file mode 100644 index e7eda9fa..00000000 --- a/vendor/github.com/minio/md5-simd/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module github.com/minio/md5-simd - -go 1.14 - -require github.com/klauspost/cpuid/v2 v2.0.1 |