Skip to content

Commit 22af19c

Browse files
renovate[bot]opentelemetrybot
authored andcommitted
fix(deps): update module github.com/golang/protobuf to v1.5.4 (open-telemetry#31705)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/golang/protobuf](https://togithub.com/golang/protobuf) | `v1.5.3` -> `v1.5.4` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgolang%2fprotobuf/v1.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgolang%2fprotobuf/v1.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgolang%2fprotobuf/v1.5.3/v1.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgolang%2fprotobuf/v1.5.3/v1.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>golang/protobuf (github.com/golang/protobuf)</summary> ### [`v1.5.4`](https://togithub.com/golang/protobuf/releases/tag/v1.5.4) [Compare Source](https://togithub.com/golang/protobuf/compare/v1.5.3...v1.5.4) Notable changes - update descriptor.proto to latest version </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-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 8a10ec9 commit 22af19c

File tree

16 files changed

+24
-36
lines changed

16 files changed

+24
-36
lines changed

cmd/configschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ require (
359359
github.com/golang-sql/sqlexp v0.1.0 // indirect
360360
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
361361
github.com/golang/mock v1.6.0 // indirect
362-
github.com/golang/protobuf v1.5.3 // indirect
362+
github.com/golang/protobuf v1.5.4 // indirect
363363
github.com/golang/snappy v0.0.4 // indirect
364364
github.com/google/cadvisor v0.49.1 // indirect
365365
github.com/google/flatbuffers v23.5.26+incompatible // indirect

cmd/configschema/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.

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ require (
410410
github.com/golang-sql/sqlexp v0.1.0 // indirect
411411
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
412412
github.com/golang/mock v1.6.0 // indirect
413-
github.com/golang/protobuf v1.5.3 // indirect
413+
github.com/golang/protobuf v1.5.4 // indirect
414414
github.com/golang/snappy v0.0.4 // indirect
415415
github.com/google/cadvisor v0.49.1 // indirect
416416
github.com/google/flatbuffers v23.5.26+incompatible // indirect

cmd/otelcontribcol/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.

cmd/oteltestbedcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ require (
102102
github.com/gogo/protobuf v1.3.2 // indirect
103103
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
104104
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
105-
github.com/golang/protobuf v1.5.3 // indirect
105+
github.com/golang/protobuf v1.5.4 // indirect
106106
github.com/golang/snappy v0.0.4 // indirect
107107
github.com/google/gnostic-models v0.6.8 // indirect
108108
github.com/google/go-cmp v0.6.0 // indirect

cmd/oteltestbedcol/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.

exporter/opencensusexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
3838
github.com/gogo/protobuf v1.3.2 // indirect
3939
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
40-
github.com/golang/protobuf v1.5.3 // indirect
40+
github.com/golang/protobuf v1.5.4 // indirect
4141
github.com/golang/snappy v0.0.4 // indirect
4242
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
4343
github.com/hashicorp/go-version v1.6.0 // indirect

exporter/opencensusexporter/go.sum

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ require (
378378
github.com/golang-sql/sqlexp v0.1.0 // indirect
379379
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
380380
github.com/golang/mock v1.6.0 // indirect
381-
github.com/golang/protobuf v1.5.3 // indirect
381+
github.com/golang/protobuf v1.5.4 // indirect
382382
github.com/golang/snappy v0.0.4 // indirect
383383
github.com/google/btree v1.1.2 // indirect
384384
github.com/google/cadvisor v0.49.1 // indirect

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)