[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
commit d3bac8bbec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 81 additions and 3574 deletions

View file

@ -21,14 +21,12 @@ import (
"fmt"
"sort"
jsoniter "github.com/json-iterator/go"
"github.com/goccy/go-json"
)
// StringSet - uses map as set of strings.
type StringSet map[string]struct{}
var json = jsoniter.ConfigCompatibleWithStandardLibrary
// ToSlice - returns StringSet as string slice.
func (set StringSet) ToSlice() []string {
keys := make([]string, 0, len(set))