mirror of
https://github.com/minio/minio.git
synced 2025-12-05 07:12:33 -05:00
Creates zipped files with correct mod times for objects (#8693)
This commit is contained in:
committed by
Harshavardhana
parent
fe379f9428
commit
796cca4166
4
go.mod
4
go.mod
@@ -50,8 +50,8 @@ require (
|
||||
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
|
||||
github.com/jonboulle/clockwork v0.1.0 // indirect
|
||||
github.com/json-iterator/go v1.1.7
|
||||
github.com/klauspost/compress v1.9.4
|
||||
github.com/klauspost/cpuid v1.2.1 // indirect
|
||||
github.com/klauspost/compress v1.9.7
|
||||
github.com/klauspost/cpuid v1.2.2 // indirect
|
||||
github.com/klauspost/pgzip v1.2.1
|
||||
github.com/klauspost/readahead v1.3.1
|
||||
github.com/klauspost/reedsolomon v1.9.3
|
||||
|
||||
Reference in New Issue
Block a user