Skip to content

Commit d4f9a62

Browse files
Update module github.com/relvacode/iso8601 to v1.7.0 (#42737)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/relvacode/iso8601](https://redirect.github.com/relvacode/iso8601) | `v1.6.0` -> `v1.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2frelvacode%2fiso8601/v1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2frelvacode%2fiso8601/v1.6.0/v1.7.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>relvacode/iso8601 (github.com/relvacode/iso8601)</summary> ### [`v1.7.0`](https://redirect.github.com/relvacode/iso8601/releases/tag/v1.7.0) [Compare Source](https://redirect.github.com/relvacode/iso8601/compare/v1.6.0...v1.7.0) ##### What's Changed - Support whitespace between date and time component by [@&#8203;relvacode](https://redirect.github.com/relvacode) in [#&#8203;29](https://redirect.github.com/relvacode/iso8601/pull/29) - Check for remaining data with Zulu zone by [@&#8203;relvacode](https://redirect.github.com/relvacode) in [#&#8203;31](https://redirect.github.com/relvacode/iso8601/pull/31) **Full Changelog**: <relvacode/iso8601@v1.6.0...v1.7.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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
1 parent 4a3fd33 commit d4f9a62

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

pkg/translator/azure/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/json-iterator/go v1.1.12
77
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.135.0
8-
github.com/relvacode/iso8601 v1.6.0
8+
github.com/relvacode/iso8601 v1.7.0
99
github.com/stretchr/testify v1.11.1
1010
go.opentelemetry.io/collector/component v1.41.1-0.20250911155607-37a3ace6274c
1111
go.opentelemetry.io/collector/pdata v1.41.1-0.20250911155607-37a3ace6274c

pkg/translator/azure/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.

pkg/translator/azurelogs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/json-iterator/go v1.1.12
88
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.135.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.135.0
10-
github.com/relvacode/iso8601 v1.6.0
10+
github.com/relvacode/iso8601 v1.7.0
1111
github.com/stretchr/testify v1.11.1
1212
go.opentelemetry.io/collector/component v1.41.1-0.20250911155607-37a3ace6274c
1313
go.opentelemetry.io/collector/pdata v1.41.1-0.20250911155607-37a3ace6274c

pkg/translator/azurelogs/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/azureeventhubreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza v0.135.0
1313
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/azure v0.135.0
1414
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/azurelogs v0.135.0
15-
github.com/relvacode/iso8601 v1.6.0
15+
github.com/relvacode/iso8601 v1.7.0
1616
github.com/stretchr/testify v1.11.1
1717
go.opentelemetry.io/collector/component v1.41.1-0.20250911155607-37a3ace6274c
1818
go.opentelemetry.io/collector/component/componenttest v0.135.1-0.20250911155607-37a3ace6274c

receiver/azureeventhubreceiver/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/kafkareceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ require (
101101
github.com/openzipkin/zipkin-go v0.4.3 // indirect
102102
github.com/pierrec/lz4/v4 v4.1.22 // indirect
103103
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
104-
github.com/relvacode/iso8601 v1.6.0 // indirect
104+
github.com/relvacode/iso8601 v1.7.0 // indirect
105105
github.com/twmb/franz-go/pkg/kmsg v1.11.2 // indirect
106106
github.com/twmb/franz-go/pkg/sasl/kerberos v1.1.0 // indirect
107107
github.com/twmb/franz-go/plugin/kzap v1.1.2 // indirect

receiver/kafkareceiver/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)