fix(deps): update module github.com/gofrs/uuid to v4.4.0 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/gofrs/uuid | require | minor |
v4.3.1+incompatible -> v4.4.0
|
Release Notes
gofrs/uuid
v4.4.0
- Improved performance and reduce memory allocations for most UUID methods, contributed by @charlievieth (#96)
- Added a generator constructor that accepts options, contributed by @mlesar, completed by @LeonanCarvalho (#111)
- UUID now satisfies driver.Valuer and sql.Scanner interfaces, contributed by @charlievieth (#113)
- Update UUIDv7 to conform with RFC Draft Rev 4, contributed by @bgadrian (#112)
NOTE: This release uses Time.UnixMilli() internally which is only available on Go 1.17 or later.
Full Changelog: v4.3.1...v4.4.0
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.