mirror of
https://github.com/rclone/rclone.git
synced 2025-01-12 09:18:38 +01:00
8 lines
90 B
Modula-2
8 lines
90 B
Modula-2
module github.com/minio/md5-simd
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/klauspost/cpuid v1.2.3
|
|
)
|