From 1097b9961b672d44a81e5b9e7a56f163e08e4909 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:19:37 +0000 Subject: [PATCH] fix(deps): update module github.com/spf13/viper to v1.19.0 (#1334) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/spf13/viper](https://togithub.com/spf13/viper) | `v1.18.2` -> `v1.19.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspf13%2fviper/v1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fspf13%2fviper/v1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fspf13%2fviper/v1.18.2/v1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fspf13%2fviper/v1.18.2/v1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
spf13/viper (github.com/spf13/viper) ### [`v1.19.0`](https://togithub.com/spf13/viper/releases/tag/v1.19.0) [Compare Source](https://togithub.com/spf13/viper/compare/v1.18.2...v1.19.0) #### What's Changed ##### Bug Fixes 🐛 - fix!: hide struct binding behind a feature flag by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1720](https://togithub.com/spf13/viper/pull/1720) ##### Dependency Updates ⬆️ - build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1705](https://togithub.com/spf13/viper/pull/1705) - build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1703](https://togithub.com/spf13/viper/pull/1703) - build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1713](https://togithub.com/spf13/viper/pull/1713) - build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1711](https://togithub.com/spf13/viper/pull/1711) - build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1722](https://togithub.com/spf13/viper/pull/1722) - build(deps): bump github/codeql-action from 3.22.11 to 3.23.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1734](https://togithub.com/spf13/viper/pull/1734) - build(deps): bump actions/dependency-review-action from 3.1.4 to 3.1.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1731](https://togithub.com/spf13/viper/pull/1731) - build(deps): bump mheap/github-action-required-labels from 5.1.0 to 5.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1743](https://togithub.com/spf13/viper/pull/1743) - build(deps): bump github/codeql-action from 3.23.0 to 3.23.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1742](https://togithub.com/spf13/viper/pull/1742) - build(deps): bump actions/dependency-review-action from 3.1.5 to 4.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1739](https://togithub.com/spf13/viper/pull/1739) - build(deps): bump cachix/install-nix-action from 24 to 25 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1737](https://togithub.com/spf13/viper/pull/1737) - build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1751](https://togithub.com/spf13/viper/pull/1751) - build(deps): bump github/codeql-action from 3.24.0 to 3.24.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1760](https://togithub.com/spf13/viper/pull/1760) - build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1761](https://togithub.com/spf13/viper/pull/1761) - build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1757](https://togithub.com/spf13/viper/pull/1757) - build(deps): bump mheap/github-action-required-labels from 5.2.0 to 5.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1759](https://togithub.com/spf13/viper/pull/1759) - build(deps): bump github/codeql-action from 3.24.1 to 3.24.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1763](https://togithub.com/spf13/viper/pull/1763) - build(deps): bump github.com/sagikazarmark/crypt from 0.17.0 to 0.18.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1774](https://togithub.com/spf13/viper/pull/1774) - build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1770](https://togithub.com/spf13/viper/pull/1770) - build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1776](https://togithub.com/spf13/viper/pull/1776) - build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1775](https://togithub.com/spf13/viper/pull/1775) - build(deps): bump cachix/install-nix-action from 25 to 26 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1778](https://togithub.com/spf13/viper/pull/1778) - build(deps): bump actions/dependency-review-action from 4.1.0 to 4.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1767](https://togithub.com/spf13/viper/pull/1767) - build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1790](https://togithub.com/spf13/viper/pull/1790) - build(deps): bump mheap/github-action-required-labels from 5.3.0 to 5.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1789](https://togithub.com/spf13/viper/pull/1789) - build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1780](https://togithub.com/spf13/viper/pull/1780) - build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1793](https://togithub.com/spf13/viper/pull/1793) - chore: upgrade crypt by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1794](https://togithub.com/spf13/viper/pull/1794) - build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1788](https://togithub.com/spf13/viper/pull/1788) - build(deps): bump actions/dependency-review-action from 4.2.4 to 4.2.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1796](https://togithub.com/spf13/viper/pull/1796) - build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1804](https://togithub.com/spf13/viper/pull/1804) - build(deps): bump github/codeql-action from 3.24.9 to 3.25.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1806](https://togithub.com/spf13/viper/pull/1806) - build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1807](https://togithub.com/spf13/viper/pull/1807) - build(deps): bump actions/checkout from 4.1.2 to 4.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1808](https://togithub.com/spf13/viper/pull/1808) - build(deps): bump actions/checkout from 4.1.3 to 4.1.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1813](https://togithub.com/spf13/viper/pull/1813) - build(deps): bump github/codeql-action from 3.25.1 to 3.25.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1811](https://togithub.com/spf13/viper/pull/1811) - build(deps): bump mheap/github-action-required-labels from 5.4.0 to 5.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1817](https://togithub.com/spf13/viper/pull/1817) - build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1821](https://togithub.com/spf13/viper/pull/1821) - build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1822](https://togithub.com/spf13/viper/pull/1822) - build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1824](https://togithub.com/spf13/viper/pull/1824) - build(deps): bump github/codeql-action from 3.25.2 to 3.25.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1828](https://togithub.com/spf13/viper/pull/1828) - build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1829](https://togithub.com/spf13/viper/pull/1829) - build(deps): bump github/codeql-action from 3.25.4 to 3.25.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1844](https://togithub.com/spf13/viper/pull/1844) - build(deps): bump cachix/install-nix-action from 26 to 27 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1833](https://togithub.com/spf13/viper/pull/1833) - build(deps): bump actions/checkout from 4.1.4 to 4.1.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/spf13/viper/pull/1835](https://togithub.com/spf13/viper/pull/1835) ##### Other Changes - Update links to Golang Modules documentation by [@​tobb10001](https://togithub.com/tobb10001) in [https://github.com/spf13/viper/pull/1758](https://togithub.com/spf13/viper/pull/1758) - chore: add Go 1.22 support by [@​sagikazarmark](https://togithub.com/sagikazarmark) in [https://github.com/spf13/viper/pull/1762](https://togithub.com/spf13/viper/pull/1762) - fix [#​1700](https://togithub.com/spf13/viper/issues/1700): update tests to use local viper instance by [@​smukk9](https://togithub.com/smukk9) in [https://github.com/spf13/viper/pull/1791](https://togithub.com/spf13/viper/pull/1791) - Update references to bketelsen/crypt by [@​skitt](https://togithub.com/skitt) in [https://github.com/spf13/viper/pull/1842](https://togithub.com/spf13/viper/pull/1842) #### New Contributors - [@​tobb10001](https://togithub.com/tobb10001) made their first contribution in [https://github.com/spf13/viper/pull/1758](https://togithub.com/spf13/viper/pull/1758) - [@​smukk9](https://togithub.com/smukk9) made their first contribution in [https://github.com/spf13/viper/pull/1791](https://togithub.com/spf13/viper/pull/1791) - [@​skitt](https://togithub.com/skitt) made their first contribution in [https://github.com/spf13/viper/pull/1842](https://togithub.com/spf13/viper/pull/1842) **Full Changelog**: https://github.com/spf13/viper/compare/v1.18.1...v1.19.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] 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-feature/flagd). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- flagd-proxy/go.mod | 4 ++-- flagd-proxy/go.sum | 4 ++++ flagd/go.mod | 4 ++-- flagd/go.sum | 4 ++++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/flagd-proxy/go.mod b/flagd-proxy/go.mod index 5212fd073..ea5689d7d 100644 --- a/flagd-proxy/go.mod +++ b/flagd-proxy/go.mod @@ -12,7 +12,7 @@ require ( github.com/open-feature/flagd/core v0.9.3 github.com/prometheus/client_golang v1.19.1 github.com/spf13/cobra v1.8.1 - github.com/spf13/viper v1.18.2 + github.com/spf13/viper v1.19.0 go.opentelemetry.io/otel/exporters/prometheus v0.48.0 go.opentelemetry.io/otel/metric v1.26.0 go.opentelemetry.io/otel/sdk/metric v1.26.0 @@ -54,7 +54,7 @@ require ( github.com/modern-go/reflect2 v1.0.2 // indirect github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/open-feature/open-feature-operator/apis v0.2.40 // indirect - github.com/pelletier/go-toml/v2 v2.2.0 // indirect + github.com/pelletier/go-toml/v2 v2.2.2 // indirect github.com/prometheus/client_model v0.6.1 // indirect github.com/prometheus/common v0.53.0 // indirect github.com/prometheus/procfs v0.14.0 // indirect diff --git a/flagd-proxy/go.sum b/flagd-proxy/go.sum index 0e9f79cbb..187d329a3 100644 --- a/flagd-proxy/go.sum +++ b/flagd-proxy/go.sum @@ -1481,6 +1481,8 @@ github.com/open-feature/open-feature-operator/apis v0.2.40 h1:h2w8vE2KZ9jrYk43zI github.com/open-feature/open-feature-operator/apis v0.2.40/go.mod h1:I/4tLd5D4JpWpaFZxe2o8R2S1isWGNwHDSC/H5h7o3A= github.com/pelletier/go-toml/v2 v2.2.0 h1:QLgLl2yMN7N+ruc31VynXs1vhMZa7CeHHejIeBAsoHo= github.com/pelletier/go-toml/v2 v2.2.0/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs= +github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM= +github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs= github.com/phpdave11/gofpdf v1.4.2/go.mod h1:zpO6xFn9yxo3YLyMvW8HcKWVdbNqgIfOOp2dXMnm1mY= github.com/phpdave11/gofpdi v1.0.12/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI= github.com/phpdave11/gofpdi v1.0.13/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI= @@ -1541,6 +1543,8 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.18.2 h1:LUXCnvUvSM6FXAsj6nnfc8Q2tp1dIgUfY9Kc8GsSOiQ= github.com/spf13/viper v1.18.2/go.mod h1:EKmWIqdnk5lOcmR72yw6hS+8OPYcwD0jteitLMVB+yk= +github.com/spf13/viper v1.19.0 h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI= +github.com/spf13/viper v1.19.0/go.mod h1:GQUN9bilAbhU/jgc1bKs99f/suXKeUMct8Adx5+Ntkg= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= diff --git a/flagd/go.mod b/flagd/go.mod index 69feedf1a..74268ed29 100644 --- a/flagd/go.mod +++ b/flagd/go.mod @@ -17,7 +17,7 @@ require ( github.com/rs/cors v1.11.0 github.com/rs/xid v1.5.0 github.com/spf13/cobra v1.8.1 - github.com/spf13/viper v1.18.2 + github.com/spf13/viper v1.19.0 github.com/stretchr/testify v1.9.0 go.opentelemetry.io/otel v1.26.0 go.opentelemetry.io/otel/sdk v1.26.0 @@ -70,7 +70,7 @@ require ( github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/open-feature/flagd-schemas v0.2.9-0.20240408192555-ea4f119d2bd7 // indirect github.com/open-feature/open-feature-operator/apis v0.2.40 // indirect - github.com/pelletier/go-toml/v2 v2.2.0 // indirect + github.com/pelletier/go-toml/v2 v2.2.2 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/prometheus/client_model v0.6.1 // indirect github.com/prometheus/common v0.53.0 // indirect diff --git a/flagd/go.sum b/flagd/go.sum index bba5be9a7..28032a03d 100644 --- a/flagd/go.sum +++ b/flagd/go.sum @@ -1504,6 +1504,8 @@ github.com/open-feature/open-feature-operator/apis v0.2.40 h1:h2w8vE2KZ9jrYk43zI github.com/open-feature/open-feature-operator/apis v0.2.40/go.mod h1:I/4tLd5D4JpWpaFZxe2o8R2S1isWGNwHDSC/H5h7o3A= github.com/pelletier/go-toml/v2 v2.2.0 h1:QLgLl2yMN7N+ruc31VynXs1vhMZa7CeHHejIeBAsoHo= github.com/pelletier/go-toml/v2 v2.2.0/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs= +github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM= +github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs= github.com/phpdave11/gofpdf v1.4.2/go.mod h1:zpO6xFn9yxo3YLyMvW8HcKWVdbNqgIfOOp2dXMnm1mY= github.com/phpdave11/gofpdi v1.0.12/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI= github.com/phpdave11/gofpdi v1.0.13/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI= @@ -1571,6 +1573,8 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.18.2 h1:LUXCnvUvSM6FXAsj6nnfc8Q2tp1dIgUfY9Kc8GsSOiQ= github.com/spf13/viper v1.18.2/go.mod h1:EKmWIqdnk5lOcmR72yw6hS+8OPYcwD0jteitLMVB+yk= +github.com/spf13/viper v1.19.0 h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI= +github.com/spf13/viper v1.19.0/go.mod h1:GQUN9bilAbhU/jgc1bKs99f/suXKeUMct8Adx5+Ntkg= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=