Skip to content

Commit 1ca1bdc

Browse files
authored
fix(deps): Update module github.com/gofrs/uuid to v4.3.1 (#5204)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/gofrs/uuid](https://togithub.com/gofrs/uuid) | require | patch | `v4.3.0+incompatible` -> `v4.3.1` | --- ### Release Notes <details> <summary>gofrs/uuid</summary> ### [`v4.3.1`](https://togithub.com/gofrs/uuid/releases/tag/v4.3.1) [Compare Source](https://togithub.com/gofrs/uuid/compare/v4.3.0...v4.3.1) - Update UUIDv7 to use unix millisecond calculation that is friendly to legacy go versions by [@&#8203;convto](https://togithub.com/convto) Full Changelog: v4.3.0...v4.3.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMi4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTIuMSJ9-->
1 parent b3ed262 commit 1ca1bdc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/source/azure/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/Azure/go-autorest/autorest/date v0.3.0
1313
github.com/cloudquery/plugin-sdk v1.10.0
1414
github.com/gertd/go-pluralize v0.2.1
15-
github.com/gofrs/uuid v4.3.0+incompatible
15+
github.com/gofrs/uuid v4.3.1+incompatible
1616
github.com/golang/mock v1.6.0
1717
github.com/iancoleman/strcase v0.2.0
1818
github.com/pkg/errors v0.9.1

plugins/source/azure/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9
125125
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
126126
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
127127
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
128-
github.com/gofrs/uuid v4.3.0+incompatible h1:CaSVZxm5B+7o45rtab4jC2G37WGYX1zQfuU2i6DSvnc=
129-
github.com/gofrs/uuid v4.3.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
128+
github.com/gofrs/uuid v4.3.1+incompatible h1:0/KbAdpx3UXAx1kEOWHJeOkpbgRFGHVgv+CFIY7dBJI=
129+
github.com/gofrs/uuid v4.3.1+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
130130
github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4=
131131
github.com/golang-jwt/jwt v3.2.1+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I=
132132
github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY=

0 commit comments

Comments
 (0)