mirror of
https://github.com/minio/minio.git
synced 2025-12-03 06:22:32 -05:00
migrate to new minio-go with latest changes (#9176)
- extract userTags from Get/Head request (#1249) - fix: Context cancellation not handled (#1250) - Check for correct http status in remove object tagging (#1248) - simplify extracting metadata in Head/Get object (#1245) - fix: close and remove .minio.part file on errors (#1243)
This commit is contained in:
2
go.mod
2
go.mod
@@ -68,7 +68,7 @@ require (
|
||||
github.com/minio/hdfs/v3 v3.0.1
|
||||
github.com/minio/highwayhash v1.0.0
|
||||
github.com/minio/lsync v1.0.1
|
||||
github.com/minio/minio-go/v6 v6.0.50-0.20200306231101-b882ba63d570
|
||||
github.com/minio/minio-go/v6 v6.0.51-0.20200319192131-097caa7760c7
|
||||
github.com/minio/parquet-go v0.0.0-20200125064549-a1e49702e174
|
||||
github.com/minio/sha256-simd v0.1.1
|
||||
github.com/minio/simdjson-go v0.1.5-0.20200303142138-b17fe061ea37
|
||||
|
||||
Reference in New Issue
Block a user