Skip to content

Commit d79e0fb

Browse files
fix(deps): update module github.com/tinylib/msgp to v1.5.0 (open-telemetry#43843)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/tinylib/msgp](https://redirect.github.com/tinylib/msgp) | `v1.4.0` -> `v1.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftinylib%2fmsgp/v1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftinylib%2fmsgp/v1.4.0/v1.5.0?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>tinylib/msgp (github.com/tinylib/msgp)</summary> ### [`v1.5.0`](https://redirect.github.com/tinylib/msgp/releases/tag/v1.5.0) [Compare Source](https://redirect.github.com/tinylib/msgp/compare/v1.4.0...v1.5.0) #### What's Changed - Support generic types by [@&open-telemetry#8203;klauspost](https://redirect.github.com/klauspost) in [#&open-telemetry#8203;410](https://redirect.github.com/tinylib/msgp/pull/410) - [docs](https://redirect.github.com/tinylib/msgp/wiki/Structs-with-Generics) - Handle atomic values by [@&open-telemetry#8203;klauspost](https://redirect.github.com/klauspost) in [#&open-telemetry#8203;405](https://redirect.github.com/tinylib/msgp/pull/405) - Add array/map iterators by [@&open-telemetry#8203;klauspost](https://redirect.github.com/klauspost) in [#&open-telemetry#8203;403](https://redirect.github.com/tinylib/msgp/pull/403) - Add Coerce functions to Number by [@&open-telemetry#8203;klauspost](https://redirect.github.com/klauspost) in [#&open-telemetry#8203;404](https://redirect.github.com/tinylib/msgp/pull/404) - Add Number.CoerceFloat by [@&open-telemetry#8203;klauspost](https://redirect.github.com/klauspost) in [#&open-telemetry#8203;407](https://redirect.github.com/tinylib/msgp/pull/407) - Handle aliased types by [@&open-telemetry#8203;klauspost](https://redirect.github.com/klauspost) in [#&open-telemetry#8203;406](https://redirect.github.com/tinylib/msgp/pull/406) - Add "setof" helpers by [@&open-telemetry#8203;klauspost](https://redirect.github.com/klauspost) in [#&open-telemetry#8203;408](https://redirect.github.com/tinylib/msgp/pull/408) - msgp: fuzz test: fix overflow on 32-bit systems by [@&open-telemetry#8203;philhofer](https://redirect.github.com/philhofer) in [#&open-telemetry#8203;412](https://redirect.github.com/tinylib/msgp/pull/412) **Full Changelog**: <tinylib/msgp@v1.4.0...v1.5.0> </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
1 parent 79f1ee3 commit d79e0fb

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

exporter/datadogexporter/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor v0.138.0
1414
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver v0.138.0
1515
github.com/stretchr/testify v1.11.1
16-
github.com/tinylib/msgp v1.4.0
16+
github.com/tinylib/msgp v1.5.0
1717
go.opentelemetry.io/collector/component v1.44.1-0.20251023205830-8038c6949379
1818
go.opentelemetry.io/collector/confmap v1.44.1-0.20251023205830-8038c6949379
1919
go.opentelemetry.io/collector/confmap/provider/envprovider v1.44.1-0.20251023205830-8038c6949379

exporter/datadogexporter/integrationtest/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.

receiver/datadogreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent v0.138.0
1717
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/datadog v0.138.0
1818
github.com/stretchr/testify v1.11.1
19-
github.com/tinylib/msgp v1.4.0
19+
github.com/tinylib/msgp v1.5.0
2020
github.com/vmihailenco/msgpack/v5 v5.4.1
2121
go.opentelemetry.io/collector/component v1.44.1-0.20251023205830-8038c6949379
2222
go.opentelemetry.io/collector/component/componentstatus v0.138.1-0.20251023205830-8038c6949379

receiver/datadogreceiver/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.

receiver/fluentforwardreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
66
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.138.0
77
github.com/stretchr/testify v1.11.1
8-
github.com/tinylib/msgp v1.4.0
8+
github.com/tinylib/msgp v1.5.0
99
go.opentelemetry.io/collector/component v1.44.1-0.20251023205830-8038c6949379
1010
go.opentelemetry.io/collector/component/componenttest v0.138.1-0.20251023205830-8038c6949379
1111
go.opentelemetry.io/collector/confmap v1.44.1-0.20251023205830-8038c6949379

receiver/fluentforwardreceiver/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.

testbed/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ require (
315315
github.com/splunk/stef/go/pdata v0.0.8 // indirect
316316
github.com/splunk/stef/go/pkg v0.0.8 // indirect
317317
github.com/stackitcloud/stackit-sdk-go/core v0.17.2 // indirect
318-
github.com/tinylib/msgp v1.4.0 // indirect
318+
github.com/tinylib/msgp v1.5.0 // indirect
319319
github.com/tklauser/go-sysconf v0.3.15 // indirect
320320
github.com/tklauser/numcpus v0.10.0 // indirect
321321
github.com/twmb/murmur3 v1.1.8 // indirect

testbed/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.

testbed/mockdatasenders/mockdatadogagentexporter/go.mod

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

55
require (
66
github.com/DataDog/datadog-agent/pkg/trace/exportable v0.0.0-20201016145401-4646cf596b02
7-
github.com/tinylib/msgp v1.4.0
7+
github.com/tinylib/msgp v1.5.0
88
go.opentelemetry.io/collector/component v1.44.1-0.20251023205830-8038c6949379
99
go.opentelemetry.io/collector/component/componenttest v0.138.1-0.20251023205830-8038c6949379
1010
go.opentelemetry.io/collector/config/confighttp v0.138.1-0.20251023205830-8038c6949379

testbed/mockdatasenders/mockdatadogagentexporter/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)