From 5679db3d8680b1dec86f816b009f01569245a374 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 08:00:34 -0700 Subject: [PATCH] chore(deps): update module github.com/spf13/cast to v1.8.0 (#6728) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/spf13/cast](https://redirect.github.com/spf13/cast) | `v1.7.1` -> `v1.8.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspf13%2fcast/v1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fspf13%2fcast/v1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fspf13%2fcast/v1.7.1/v1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fspf13%2fcast/v1.7.1/v1.8.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
spf13/cast (github.com/spf13/cast) ### [`v1.8.0`](https://redirect.github.com/spf13/cast/releases/tag/v1.8.0) [Compare Source](https://redirect.github.com/spf13/cast/compare/v1.7.1...v1.8.0) #### What's Changed - Updates by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/cast/pull/237](https://redirect.github.com/spf13/cast/pull/237) - Bump actions/setup-go from 4.0.1 to 4.1.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/cast/pull/193](https://redirect.github.com/spf13/cast/pull/193) - Generic by [@​sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/cast/pull/238](https://redirect.github.com/spf13/cast/pull/238) - Add unsigned integer support in ToStringSliceE function by [@​nicklaus-dev](https://redirect.github.com/nicklaus-dev) in [https://github.com/spf13/cast/pull/200](https://redirect.github.com/spf13/cast/pull/200) - Add function to cast `interface{}` to `[]float64` by [@​ste93cry](https://redirect.github.com/ste93cry) in [https://github.com/spf13/cast/pull/179](https://redirect.github.com/spf13/cast/pull/179) - Add cast methods ToUintSlice by [@​nmvalera](https://redirect.github.com/nmvalera) in [https://github.com/spf13/cast/pull/236](https://redirect.github.com/spf13/cast/pull/236) - build(deps): bump actions/dependency-review-action from 4.5.0 to 4.6.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/cast/pull/240](https://redirect.github.com/spf13/cast/pull/240) - build(deps): bump github/codeql-action from 2.13.4 to 3.28.15 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/cast/pull/239](https://redirect.github.com/spf13/cast/pull/239) - build(deps): bump github/codeql-action from 3.28.15 to 3.28.17 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/cast/pull/242](https://redirect.github.com/spf13/cast/pull/242) - Add ToInt64Slice() and ToInt64SliceE() by [@​arui1628](https://redirect.github.com/arui1628) in [https://github.com/spf13/cast/pull/234](https://redirect.github.com/spf13/cast/pull/234) #### New Contributors - [@​nicklaus-dev](https://redirect.github.com/nicklaus-dev) made their first contribution in [https://github.com/spf13/cast/pull/200](https://redirect.github.com/spf13/cast/pull/200) - [@​ste93cry](https://redirect.github.com/ste93cry) made their first contribution in [https://github.com/spf13/cast/pull/179](https://redirect.github.com/spf13/cast/pull/179) - [@​nmvalera](https://redirect.github.com/nmvalera) made their first contribution in [https://github.com/spf13/cast/pull/236](https://redirect.github.com/spf13/cast/pull/236) - [@​arui1628](https://redirect.github.com/arui1628) made their first contribution in [https://github.com/spf13/cast/pull/234](https://redirect.github.com/spf13/cast/pull/234) **Full Changelog**: https://github.com/spf13/cast/compare/v1.7.1...v1.8.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] 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-go). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- internal/tools/go.mod | 2 +- internal/tools/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/tools/go.mod b/internal/tools/go.mod index 9d43bf298..635e508b7 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -181,7 +181,7 @@ require ( github.com/sourcegraph/conc v0.3.0 // indirect github.com/sourcegraph/go-diff v0.7.0 // indirect github.com/spf13/afero v1.14.0 // indirect - github.com/spf13/cast v1.7.1 // indirect + github.com/spf13/cast v1.8.0 // indirect github.com/spf13/cobra v1.9.1 // indirect github.com/spf13/pflag v1.0.6 // indirect github.com/spf13/viper v1.20.1 // indirect diff --git a/internal/tools/go.sum b/internal/tools/go.sum index fe3407c10..154de8687 100644 --- a/internal/tools/go.sum +++ b/internal/tools/go.sum @@ -419,8 +419,8 @@ github.com/sourcegraph/go-diff v0.7.0 h1:9uLlrd5T46OXs5qpp8L/MTltk0zikUGi0sNNyCp github.com/sourcegraph/go-diff v0.7.0/go.mod h1:iBszgVvyxdc8SFZ7gm69go2KDdt3ag071iBaWPF6cjs= github.com/spf13/afero v1.14.0 h1:9tH6MapGnn/j0eb0yIXiLjERO8RB6xIVZRDCX7PtqWA= github.com/spf13/afero v1.14.0/go.mod h1:acJQ8t0ohCGuMN3O+Pv0V0hgMxNYDlvdk+VTfyZmbYo= -github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y= -github.com/spf13/cast v1.7.1/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= +github.com/spf13/cast v1.8.0 h1:gEN9K4b8Xws4EX0+a0reLmhq8moKn7ntRlQYgjPeCDk= +github.com/spf13/cast v1.8.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo= github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=