xplorfin / docker-utils

Canonical library for interacting with docker
MIT License
1 stars 3 forks source link

fix(deps): update module github.com/google/uuid to v1.6.0 #14

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/google/uuid v1.2.0 -> v1.6.0 age adoption passing confidence

Release Notes

google/uuid (github.com/google/uuid) ### [`v1.6.0`](https://redirect.github.com/google/uuid/releases/tag/v1.6.0) [Compare Source](https://redirect.github.com/google/uuid/compare/v1.5.0...v1.6.0) ##### Features - add Max UUID constant ([#​149](https://redirect.github.com/google/uuid/issues/149)) ([c58770e](https://redirect.github.com/google/uuid/commit/c58770eb495f55fe2ced6284f93c5158a62e53e3)) ##### Bug Fixes - fix typo in version 7 uuid documentation ([#​153](https://redirect.github.com/google/uuid/issues/153)) ([016b199](https://redirect.github.com/google/uuid/commit/016b199544692f745ffc8867b914129ecb47ef06)) - Monotonicity in UUIDv7 ([#​150](https://redirect.github.com/google/uuid/issues/150)) ([a2b2b32](https://redirect.github.com/google/uuid/commit/a2b2b32373ff0b1a312b7fdf6d38a977099698a6)) ### [`v1.5.0`](https://redirect.github.com/google/uuid/releases/tag/v1.5.0) [Compare Source](https://redirect.github.com/google/uuid/compare/v1.4.0...v1.5.0) ##### Features - Validate UUID without creating new UUID ([#​141](https://redirect.github.com/google/uuid/issues/141)) ([9ee7366](https://redirect.github.com/google/uuid/commit/9ee7366e66c9ad96bab89139418a713dc584ae29)) ### [`v1.4.0`](https://redirect.github.com/google/uuid/releases/tag/v1.4.0) [Compare Source](https://redirect.github.com/google/uuid/compare/v1.3.1...v1.4.0) ##### Features - UUIDs slice type with Strings() convenience method ([#​133](https://redirect.github.com/google/uuid/issues/133)) ([cd5fbbd](https://redirect.github.com/google/uuid/commit/cd5fbbdd02f3e3467ac18940e07e062be1f864b4)) ##### Fixes - Clarify that Parse's job is to parse but not necessarily validate strings. (Documents current behavior) ### [`v1.3.1`](https://redirect.github.com/google/uuid/releases/tag/v1.3.1) [Compare Source](https://redirect.github.com/google/uuid/compare/v1.3.0...v1.3.1) ##### Bug Fixes - Use .EqualFold() to parse urn prefixed UUIDs ([#​118](https://redirect.github.com/google/uuid/issues/118)) ([574e687](https://redirect.github.com/google/uuid/commit/574e6874943741fb99d41764c705173ada5293f0)) ### [`v1.3.0`](https://redirect.github.com/google/uuid/releases/tag/v1.3.0): Add randomness pool mode for V4 UUID and NullUUID for SQL Scanners. [Compare Source](https://redirect.github.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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1355650267


Totals Coverage Status
Change from base Build 742037759: 0.0%
Covered Lines: 162
Relevant Lines: 240

💛 - Coveralls
stale[bot] commented 2 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.