mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-11 21:16:27 +00:00
Update vendor (#1265)
This commit is contained in:
2
vendor/github.com/pborman/uuid/time.go
generated
vendored
2
vendor/github.com/pborman/uuid/time.go
generated
vendored
@ -29,7 +29,7 @@ func GetTime() (Time, uint16, error) { return guuid.GetTime() }
|
||||
// for
|
||||
func ClockSequence() int { return guuid.ClockSequence() }
|
||||
|
||||
// SetClockSeq sets the clock sequence to the lower 14 bits of seq. Setting to
|
||||
// SetClockSequence sets the clock sequence to the lower 14 bits of seq. Setting to
|
||||
// -1 causes a new sequence to be generated.
|
||||
func SetClockSequence(seq int) { guuid.SetClockSequence(seq) }
|
||||
|
||||
|
2
vendor/github.com/pborman/uuid/version4.go
generated
vendored
2
vendor/github.com/pborman/uuid/version4.go
generated
vendored
@ -6,7 +6,7 @@ package uuid
|
||||
|
||||
import guuid "github.com/google/uuid"
|
||||
|
||||
// Random returns a Random (Version 4) UUID or panics.
|
||||
// NewRandom returns a Random (Version 4) UUID or panics.
|
||||
//
|
||||
// The strength of the UUIDs is based on the strength of the crypto/rand
|
||||
// package.
|
||||
|
Reference in New Issue
Block a user