fix: fanout error response - error must be string for marshaling (#17433)

Uses https://github.com/minio/minio-go/pull/1839
This commit is contained in:
Klaus Post
2023-06-15 09:21:53 -07:00
committed by GitHub
parent a9082e4f79
commit 4a562d6732
3 changed files with 4 additions and 4 deletions

2
go.mod
View File

@@ -49,7 +49,7 @@ require (
github.com/minio/highwayhash v1.0.2
github.com/minio/kes-go v0.1.0
github.com/minio/madmin-go/v2 v2.2.0
github.com/minio/minio-go/v7 v7.0.55-0.20230525060734-b7836f021bfb
github.com/minio/minio-go/v7 v7.0.57-0.20230615143647-1685fd850b3c
github.com/minio/mux v1.9.0
github.com/minio/pkg v1.7.3
github.com/minio/selfupdate v0.6.0