Skip to content

Commit e7b1307

Browse files
fix(deps): update module github.com/spf13/cast to v1.6.0 (#29592)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/spf13/cast](https://togithub.com/spf13/cast) | require | minor | `v1.5.1` -> `v1.6.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>spf13/cast (github.com/spf13/cast)</summary> ### [`v1.6.0`](https://togithub.com/spf13/cast/releases/tag/v1.6.0) [Compare Source](https://togithub.com/spf13/cast/compare/v1.5.1...v1.6.0) #### What's Changed - Bump actions/setup-go from 3 to 4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/cast/pull/180](https://togithub.com/spf13/cast/pull/180) - Bump github.com/frankban/quicktest from 1.14.4 to 1.14.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/cast/pull/185](https://togithub.com/spf13/cast/pull/185) - Updates by [@&#8203;sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/cast/pull/190](https://togithub.com/spf13/cast/pull/190) - deps/update20231128 by [@&#8203;bep](https://togithub.com/bep) in [https://github.com/spf13/cast/pull/205](https://togithub.com/spf13/cast/pull/205) **Full Changelog**: spf13/cast@v1.5.1...v1.6.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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
1 parent 6a7a201 commit e7b1307

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

cmd/configschema/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ require (
587587
github.com/sourcegraph/conc v0.3.0 // indirect
588588
github.com/spaolacci/murmur3 v1.1.0 // indirect
589589
github.com/spf13/afero v1.10.0 // indirect
590-
github.com/spf13/cast v1.5.1 // indirect
590+
github.com/spf13/cast v1.6.0 // indirect
591591
github.com/spf13/cobra v1.8.0 // indirect
592592
github.com/spf13/pflag v1.0.5 // indirect
593593
github.com/spf13/viper v1.17.0 // indirect

cmd/configschema/go.sum

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

cmd/otelcontribcol/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ require (
607607
github.com/sourcegraph/conc v0.3.0 // indirect
608608
github.com/spaolacci/murmur3 v1.1.0 // indirect
609609
github.com/spf13/afero v1.10.0 // indirect
610-
github.com/spf13/cast v1.5.1 // indirect
610+
github.com/spf13/cast v1.6.0 // indirect
611611
github.com/spf13/cobra v1.8.0 // indirect
612612
github.com/spf13/pflag v1.0.5 // indirect
613613
github.com/spf13/viper v1.17.0 // indirect

cmd/otelcontribcol/go.sum

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

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ require (
591591
github.com/sourcegraph/conc v0.3.0 // indirect
592592
github.com/spaolacci/murmur3 v1.1.0 // indirect
593593
github.com/spf13/afero v1.10.0 // indirect
594-
github.com/spf13/cast v1.5.1 // indirect
594+
github.com/spf13/cast v1.6.0 // indirect
595595
github.com/spf13/cobra v1.8.0 // indirect
596596
github.com/spf13/pflag v1.0.5 // indirect
597597
github.com/spf13/viper v1.17.0 // indirect

go.sum

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

receiver/receivercreator/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer v0.90.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent v0.90.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.90.0
10-
github.com/spf13/cast v1.5.1
10+
github.com/spf13/cast v1.6.0
1111
github.com/stretchr/testify v1.8.4
1212
go.opentelemetry.io/collector/component v0.90.0
1313
go.opentelemetry.io/collector/confmap v0.90.0

receiver/receivercreator/go.sum

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

0 commit comments

Comments
 (0)