Update module github.com/google/uuid to v1.6.0 #125

Merged
renovate merged 1 commits from renovate/github.com-google-uuid-1.x into master 2024-09-02 09:25:21 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/google/uuid require minor v1.4.0 -> v1.6.0

Release Notes

google/uuid (github.com/google/uuid)

v1.6.0

Compare Source

Features
Bug Fixes

v1.5.0

Compare Source

Features

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/google/uuid](https://github.com/google/uuid) | require | minor | `v1.4.0` -> `v1.6.0` | --- ### Release Notes <details> <summary>google/uuid (github.com/google/uuid)</summary> ### [`v1.6.0`](https://github.com/google/uuid/releases/tag/v1.6.0) [Compare Source](https://github.com/google/uuid/compare/v1.5.0...v1.6.0) ##### Features - add Max UUID constant ([#&#8203;149](https://github.com/google/uuid/issues/149)) ([c58770e](https://github.com/google/uuid/commit/c58770eb495f55fe2ced6284f93c5158a62e53e3)) ##### Bug Fixes - fix typo in version 7 uuid documentation ([#&#8203;153](https://github.com/google/uuid/issues/153)) ([016b199](https://github.com/google/uuid/commit/016b199544692f745ffc8867b914129ecb47ef06)) - Monotonicity in UUIDv7 ([#&#8203;150](https://github.com/google/uuid/issues/150)) ([a2b2b32](https://github.com/google/uuid/commit/a2b2b32373ff0b1a312b7fdf6d38a977099698a6)) ### [`v1.5.0`](https://github.com/google/uuid/releases/tag/v1.5.0) [Compare Source](https://github.com/google/uuid/compare/v1.4.0...v1.5.0) ##### Features - Validate UUID without creating new UUID ([#&#8203;141](https://github.com/google/uuid/issues/141)) ([9ee7366](https://github.com/google/uuid/commit/9ee7366e66c9ad96bab89139418a713dc584ae29)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41MS4xIiwidXBkYXRlZEluVmVyIjoiMzguNTEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2024-09-01 22:01:19 +00:00
Update module github.com/google/uuid to v1.6.0
Some checks failed
renovate/artifacts Artifact file update failure
Build Docker Image / Explore-Gitea-Actions (push) Failing after 16s
cf32365ec8
renovate scheduled this pull request to auto merge when all checks succeed 2024-09-01 22:01:20 +00:00
Author
Member

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/prometheus/client_golang v1.20.2
go: downloading github.com/mattn/go-sqlite3 v1.14.22
go: downloading github.com/a-h/templ v0.2.771
go: downloading golang.org/x/crypto v0.20.0
go: downloading github.com/golang-migrate/migrate/v4 v4.17.1
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/joho/godotenv v1.5.1
go: downloading golang.org/x/sys v0.24.0
go: downloading github.com/prometheus/common v0.55.0
go: downloading github.com/klauspost/compress v1.17.9
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading google.golang.org/protobuf v1.34.2
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading go.uber.org/atomic v1.11.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/hashicorp/errwrap v1.1.0
go: me-fit/service imports
	me-fit/template: package me-fit/template is not in std (/opt/containerbase/tools/golang/1.23.0/src/me-fit/template)
go: me-fit/service imports
	me-fit/template/auth: package me-fit/template/auth is not in std (/opt/containerbase/tools/golang/1.23.0/src/me-fit/template/auth)
go: me-fit/service imports
	me-fit/template/workout: package me-fit/template/workout is not in std (/opt/containerbase/tools/golang/1.23.0/src/me-fit/template/workout)

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: go get -d -t ./... go: -d flag is deprecated. -d=true is a no-op go: downloading github.com/prometheus/client_golang v1.20.2 go: downloading github.com/mattn/go-sqlite3 v1.14.22 go: downloading github.com/a-h/templ v0.2.771 go: downloading golang.org/x/crypto v0.20.0 go: downloading github.com/golang-migrate/migrate/v4 v4.17.1 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/joho/godotenv v1.5.1 go: downloading golang.org/x/sys v0.24.0 go: downloading github.com/prometheus/common v0.55.0 go: downloading github.com/klauspost/compress v1.17.9 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/prometheus/procfs v0.15.1 go: downloading google.golang.org/protobuf v1.34.2 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading go.uber.org/atomic v1.11.0 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/hashicorp/errwrap v1.1.0 go: me-fit/service imports me-fit/template: package me-fit/template is not in std (/opt/containerbase/tools/golang/1.23.0/src/me-fit/template) go: me-fit/service imports me-fit/template/auth: package me-fit/template/auth is not in std (/opt/containerbase/tools/golang/1.23.0/src/me-fit/template/auth) go: me-fit/service imports me-fit/template/workout: package me-fit/template/workout is not in std (/opt/containerbase/tools/golang/1.23.0/src/me-fit/template/workout) ```
tim force-pushed renovate/github.com-google-uuid-1.x from cf32365ec8 to d0014d0230 2024-09-02 09:24:03 +00:00 Compare
tim force-pushed renovate/github.com-google-uuid-1.x from d0014d0230 to 5bbc1575b2 2024-09-02 09:24:30 +00:00 Compare
renovate merged commit 25d0dea73c into master 2024-09-02 09:25:21 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
2 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: x/web-app-template#125