mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-06 22:09:30 -06:00
[chore]: Bump github.com/minio/minio-go/v7 from 7.0.69 to 7.0.70 (#2877)
This commit is contained in:
parent
40ece19055
commit
d3bac8bbec
27 changed files with 81 additions and 3574 deletions
4
vendor/github.com/minio/minio-go/v7/pkg/set/stringset.go
generated
vendored
4
vendor/github.com/minio/minio-go/v7/pkg/set/stringset.go
generated
vendored
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue