[chore]: Bump github.com/minio/minio-go/v7 from 7.0.69 to 7.0.70 (#2877)

This commit is contained in:
dependabot[bot]
2024-04-29 10:44:11 +00:00
committed by GitHub
parent 40ece19055
commit d3bac8bbec
27 changed files with 81 additions and 3574 deletions

View File

@ -25,6 +25,7 @@ import (
"bytes"
"context"
"crypto/sha1"
"crypto/sha256"
"encoding/base64"
"errors"
"fmt"
@ -49,7 +50,6 @@ import (
"github.com/dustin/go-humanize"
"github.com/google/uuid"
"github.com/minio/sha256-simd"
"github.com/minio/minio-go/v7"
"github.com/minio/minio-go/v7/pkg/credentials"