mirror of
https://github.com/minio/minio.git
synced 2025-12-04 06:35:55 -05:00
update minio-go version to latest v7.0.3 (#10201)
- Add methods to set/remove replication rules (poornas) - fix: only SSE-C headers should be applied to destination (Harshavardhana) - fix: avoid data race by copying the buffer (Harshavardhana) - remove deprecated build badges (Harshavardhana) - fix: handle readFull bug with certain readers (Harshavardhana) - fix a typo in README.md (Julien K) - lifecycle: Fix marshaling expiration date/days (Anis Elleuch) - add replication-status, expiration headers (Harshavardhana) - Return object's version id in StatObject(Anis Elleuch) - display appropriate funcName with nested callers (Harshavardhana) - allow KMS tests to be run in the CI/CD (Harshavardhana) - fix: removing lifecycle properly (Harshavardhana) - feat: Add ListenNotification API to listen for all events (Harshavardhana)
This commit is contained in:
3
go.mod
3
go.mod
@@ -47,7 +47,7 @@ require (
|
||||
github.com/miekg/dns v1.1.8
|
||||
github.com/minio/cli v1.22.0
|
||||
github.com/minio/highwayhash v1.0.0
|
||||
github.com/minio/minio-go/v7 v7.0.1
|
||||
github.com/minio/minio-go/v7 v7.0.3
|
||||
github.com/minio/selfupdate v0.3.1
|
||||
github.com/minio/sha256-simd v0.1.1
|
||||
github.com/minio/simdjson-go v0.1.5-0.20200303142138-b17fe061ea37
|
||||
@@ -83,7 +83,6 @@ require (
|
||||
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
||||
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
||||
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
|
||||
golang.org/x/text v0.3.3 // indirect
|
||||
golang.org/x/tools v0.0.0-20200724172932-b5fc9d354d99 // indirect
|
||||
google.golang.org/api v0.5.0
|
||||
gopkg.in/jcmturner/gokrb5.v7 v7.3.0
|
||||
|
||||
Reference in New Issue
Block a user