xplorfin / moneysocket-go

A *highly experimental* golang implementation of moneysocket
MIT License
3 stars 1 forks source link

Update module github.com/google/uuid to v1.3.0 #92

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/google/uuid require minor v1.2.0 -> v1.3.0

Release Notes

google/uuid ### [`v1.3.0`](https://togithub.com/google/uuid/releases/tag/v1.3.0): Add randomness pool mode for V4 UUID and NullUUID for SQL Scanners. [Compare Source](https://togithub.com/google/uuid/compare/v1.2.0...v1.3.0) From Andrey Pechkurov: Adds an optional randomness pool mode for Random (Version 4) UUID generation. The pool contains random bytes read from the random number generator on demand in batches. Enabling the pool may improve the UUID generation throughput significantly. Since the pool is stored on the Go heap, this feature may be a bad fit for security sensitive applications. That's why it's implemented as an opt-in feature. From Samuel Roth: Added support for NullUUID A NullUUID can be marked not valid (i.e., null) for use with JSON and the database/sql/driver.Scanner interfaces.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR has been generated by Mend Renovate. View repository job log here.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.