Skip to content

Commit fa4cac5

Browse files
renovate[bot]opentelemetrybotsongy23
authored
Update module github.com/lestrrat-go/strftime to v1.1.0 (open-telemetry#34974)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/lestrrat-go/strftime](https://redirect.github.com/lestrrat-go/strftime) | `v1.0.6` -> `v1.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2flestrrat-go%2fstrftime/v1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2flestrrat-go%2fstrftime/v1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2flestrrat-go%2fstrftime/v1.0.6/v1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2flestrrat-go%2fstrftime/v1.0.6/v1.1.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>lestrrat-go/strftime (github.com/lestrrat-go/strftime)</summary> ### [`v1.1.0`](https://redirect.github.com/lestrrat-go/strftime/releases/tag/v1.1.0) [Compare Source](https://redirect.github.com/lestrrat-go/strftime/compare/v1.0.6...v1.1.0) v1.1.0 - 28 Aug 2024 [Miscellaneous] * github.com/pkg/errors has been removed (it has been two years :) * Updated build/test actions * Updated minimum required go version to go 1.21 * Fix week number handling </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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent a0ea89c commit fa4cac5

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

cmd/otelcontribcol/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ require (
586586
github.com/kylelemons/godebug v1.1.0 // indirect
587587
github.com/leodido/go-syslog/v4 v4.1.0 // indirect
588588
github.com/leodido/ragel-machinery v0.0.0-20190525184631-5f46317e436b // indirect
589-
github.com/lestrrat-go/strftime v1.0.6 // indirect
589+
github.com/lestrrat-go/strftime v1.1.0 // indirect
590590
github.com/lib/pq v1.10.9 // indirect
591591
github.com/lightstep/go-expohisto v1.0.0 // indirect
592592
github.com/linkedin/goavro/v2 v2.13.0 // indirect

cmd/otelcontribcol/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/elasticsearchexporter/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/elastic/go-docappender/v2 v2.3.0
88
github.com/elastic/go-elasticsearch/v7 v7.17.10
99
github.com/elastic/go-structform v0.0.12
10-
github.com/lestrrat-go/strftime v1.0.6
10+
github.com/lestrrat-go/strftime v1.1.0
1111
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.108.0
1212
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.108.0
1313
github.com/stretchr/testify v1.9.0

exporter/elasticsearchexporter/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/elasticsearchexporter/integrationtest/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ require (
7777
github.com/knadh/koanf/v2 v2.1.1 // indirect
7878
github.com/leodido/go-syslog/v4 v4.1.0 // indirect
7979
github.com/leodido/ragel-machinery v0.0.0-20190525184631-5f46317e436b // indirect
80-
github.com/lestrrat-go/strftime v1.0.6 // indirect
80+
github.com/lestrrat-go/strftime v1.1.0 // indirect
8181
github.com/lightstep/go-expohisto v1.0.0 // indirect
8282
github.com/lufia/plan9stats v0.0.0-20240226150601-1dcf7310316a // indirect
8383
github.com/magefile/mage v1.15.0 // indirect

exporter/elasticsearchexporter/integrationtest/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)