MM-32961: Bump dependencies (#17016)
Ran `make update-dependencies` https://mattermost.atlassian.net/browse/MM-32961
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9858413ed2
Коммит
91099818df
8
vendor/github.com/google/uuid/version4.go
сгенерированный
поставляемый
8
vendor/github.com/google/uuid/version4.go
сгенерированный
поставляемый
@@ -14,6 +14,14 @@ func New() UUID {
|
||||
return Must(NewRandom())
|
||||
}
|
||||
|
||||
// NewString creates a new random UUID and returns it as a string or panics.
|
||||
// NewString is equivalent to the expression
|
||||
//
|
||||
// uuid.New().String()
|
||||
func NewString() string {
|
||||
return Must(NewRandom()).String()
|
||||
}
|
||||
|
||||
// NewRandom returns a Random (Version 4) UUID.
|
||||
//
|
||||
// The strength of the UUIDs is based on the strength of the crypto/rand
|
||||
|
||||
Ссылка в новой задаче
Block a user