Skip to content

Commit 13bd2d7

Browse files
chore(deps): Bump github.com/spf13/viper from 1.19.0 to 1.20.0 (#124)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.19.0 to 1.20.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/viper/releases">github.com/spf13/viper's releases</a>.</em></p> <blockquote> <h2>v1.20.0</h2> <!-- raw HTML omitted --> <blockquote> <p>[!WARNING] This release includes a few minor breaking changes. Read the <a href="https://github.com/spf13/viper/blob/master/UPGRADE.md#v120x">upgrade guide</a> for details.</p> </blockquote> <h2>What's Changed</h2> <h3>Exciting New Features 🎉</h3> <ul> <li>New encoding layer by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1869">spf13/viper#1869</a></li> </ul> <h3>Enhancements 🚀</h3> <ul> <li>Drop Go 1.20 support by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1846">spf13/viper#1846</a></li> <li>Drop slog shim by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1848">spf13/viper#1848</a></li> <li>Replace file searching API with a finder by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1849">spf13/viper#1849</a></li> <li>Finder feature flag by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1852">spf13/viper#1852</a></li> <li>Allow setting options on the global Viper instance by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1856">spf13/viper#1856</a></li> <li>Add experimental flag for bind struct by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1854">spf13/viper#1854</a></li> <li>Make the remote package a separate module by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1860">spf13/viper#1860</a></li> <li>Add decoder hook option by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1872">spf13/viper#1872</a></li> <li>Encoder improvements by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1885">spf13/viper#1885</a></li> <li>Get uint8 by <a href="https://github.com/martinconic"><code>@​martinconic</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1894">spf13/viper#1894</a></li> </ul> <h3>Bug Fixes 🐛</h3> <ul> <li>Fix missing config type when reading from a buffer by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1857">spf13/viper#1857</a></li> <li>fix: do not allow setting dependencies to nil values by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1871">spf13/viper#1871</a></li> <li>feat: copy keydelim from parent chart in viper.Sub() by <a href="https://github.com/obs-gh-alexlew"><code>@​obs-gh-alexlew</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1887">spf13/viper#1887</a></li> </ul> <h3>Breaking Changes 🛠</h3> <ul> <li>Drop encoding formats: HCL, Java properties, INI by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1870">spf13/viper#1870</a></li> </ul> <h3>Dependency Updates ⬆️</h3> <ul> <li>chore: update mapstructure by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1723">spf13/viper#1723</a></li> <li>chore: update crypt by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1834">spf13/viper#1834</a></li> <li>build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1853">spf13/viper#1853</a></li> <li>Revert to go-difflib and go-spew releases by <a href="https://github.com/skitt"><code>@​skitt</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1861">spf13/viper#1861</a></li> <li>build(deps): bump actions/dependency-review-action from 4.3.2 to 4.3.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1862">spf13/viper#1862</a></li> <li>build(deps): bump github/codeql-action from 3.25.8 to 3.25.10 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1865">spf13/viper#1865</a></li> <li>build(deps): bump actions/checkout from 4.1.6 to 4.1.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1864">spf13/viper#1864</a></li> <li>chore: update crypt by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1866">spf13/viper#1866</a></li> <li>build(deps): bump github/codeql-action from 3.25.10 to 3.25.11 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1876">spf13/viper#1876</a></li> <li>build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 in /remote by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1878">spf13/viper#1878</a></li> <li>build(deps): bump actions/setup-go from 5.0.1 to 5.0.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1879">spf13/viper#1879</a></li> <li>build(deps): bump actions/dependency-review-action from 4.3.3 to 4.3.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1881">spf13/viper#1881</a></li> <li>build(deps): bump github/codeql-action from 3.25.11 to 3.25.12 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1880">spf13/viper#1880</a></li> <li>build(deps): bump github/codeql-action from 3.25.12 to 3.25.13 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1883">spf13/viper#1883</a></li> <li>chore(deps): update crypt by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1884">spf13/viper#1884</a></li> <li>chore: update dependencies by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1888">spf13/viper#1888</a></li> <li>build(deps): bump github.com/go-viper/mapstructure/v2 from 2.0.0 to 2.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1901">spf13/viper#1901</a></li> <li>build(deps): bump github.com/spf13/cast from 1.6.0 to 1.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1899">spf13/viper#1899</a></li> <li>build(deps): bump github/codeql-action from 3.25.13 to 3.26.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1897">spf13/viper#1897</a></li> <li>build(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1893">spf13/viper#1893</a></li> <li>build(deps): bump github/codeql-action from 3.26.0 to 3.26.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1903">spf13/viper#1903</a></li> <li>build(deps): bump github/codeql-action from 3.26.2 to 3.26.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/viper/pull/1905">spf13/viper#1905</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/viper/commit/c038295114ebabab9d57440f76025cfa73d7df3e"><code>c038295</code></a> docs: add update instructions for 1.20</li> <li><a href="https://github.com/spf13/viper/commit/9c07e0f0633cae75a540fc606c6ebb3bece61826"><code>9c07e0f</code></a> build: disable unused linters</li> <li><a href="https://github.com/spf13/viper/commit/48112d6a050e8a0af0a0aa2ae0d29834f603154b"><code>48112d6</code></a> ci: add Go 1.24 to the test matrix</li> <li><a href="https://github.com/spf13/viper/commit/66e3e2877d2aa0b521a39f28f3340181e5603741"><code>66e3e28</code></a> build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6</li> <li><a href="https://github.com/spf13/viper/commit/17b96ac0d54073bdbd05364a52195e6277c86b16"><code>17b96ac</code></a> New Logo</li> <li><a href="https://github.com/spf13/viper/commit/8b223a45cef1badfd02317591a316095fb15a5d2"><code>8b223a4</code></a> build(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.1</li> <li><a href="https://github.com/spf13/viper/commit/91fd3639d7b10935d3e1308d350a7f727834561e"><code>91fd363</code></a> chore: update afero</li> <li><a href="https://github.com/spf13/viper/commit/e75c48f185d3a75e447bd67f80fa153a88a9c958"><code>e75c48f</code></a> Fix issues reported by testifylint</li> <li><a href="https://github.com/spf13/viper/commit/a5ea569d2e3cc9f6425530c9c731a0d84962a14d"><code>a5ea569</code></a> build(deps): bump github/codeql-action from 3.27.7 to 3.27.9</li> <li><a href="https://github.com/spf13/viper/commit/54f2089833b65fa556a510957197de2609059147"><code>54f2089</code></a> build(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 in /remote</li> <li>Additional commits viewable in <a href="https://github.com/spf13/viper/compare/v1.19.0...v1.20.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/viper&package-manager=go_modules&previous-version=1.19.0&new-version=1.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb80105 commit 13bd2d7

File tree

2 files changed

+146
-117
lines changed

2 files changed

+146
-117
lines changed

go.mod

Lines changed: 44 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,29 @@ toolchain go1.24.0
66

77
require (
88
github.com/spf13/cobra v1.9.1
9-
github.com/spf13/viper v1.19.0
9+
github.com/spf13/viper v1.20.0
1010
gocloud.dev v0.40.0
1111
)
1212

1313
require (
14-
cloud.google.com/go v0.115.0 // indirect
15-
cloud.google.com/go/auth v0.8.1 // indirect
16-
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
17-
cloud.google.com/go/compute/metadata v0.5.0 // indirect
18-
cloud.google.com/go/iam v1.1.13 // indirect
19-
cloud.google.com/go/storage v1.43.0 // indirect
14+
cel.dev/expr v0.16.1 // indirect
15+
cloud.google.com/go v0.116.0 // indirect
16+
cloud.google.com/go/auth v0.13.0 // indirect
17+
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
18+
cloud.google.com/go/compute/metadata v0.6.0 // indirect
19+
cloud.google.com/go/iam v1.2.2 // indirect
20+
cloud.google.com/go/monitoring v1.21.2 // indirect
21+
cloud.google.com/go/storage v1.49.0 // indirect
2022
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 // indirect
2123
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 // indirect
2224
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
2325
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.2 // indirect
2426
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
2527
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
2628
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
29+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
30+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
31+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
2732
github.com/aws/aws-sdk-go v1.55.5 // indirect
2833
github.com/aws/aws-sdk-go-v2 v1.30.3 // indirect
2934
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.3 // indirect
@@ -44,54 +49,58 @@ require (
4449
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 // indirect
4550
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 // indirect
4651
github.com/aws/smithy-go v1.20.3 // indirect
52+
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
53+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
54+
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
55+
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
56+
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
4757
github.com/felixge/httpsnoop v1.0.4 // indirect
48-
github.com/fsnotify/fsnotify v1.7.0 // indirect
58+
github.com/fsnotify/fsnotify v1.8.0 // indirect
4959
github.com/go-logr/logr v1.4.2 // indirect
5060
github.com/go-logr/stdr v1.2.2 // indirect
61+
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
5162
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
5263
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5364
github.com/google/s2a-go v0.1.8 // indirect
5465
github.com/google/uuid v1.6.0 // indirect
5566
github.com/google/wire v0.6.0 // indirect
56-
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
57-
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
58-
github.com/hashicorp/hcl v1.0.0 // indirect
67+
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
68+
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
5969
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6070
github.com/jmespath/go-jmespath v0.4.0 // indirect
6171
github.com/kylelemons/godebug v1.1.0 // indirect
62-
github.com/magiconair/properties v1.8.7 // indirect
63-
github.com/mitchellh/mapstructure v1.5.0 // indirect
64-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
72+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
6573
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
66-
github.com/sagikazarmark/locafero v0.4.0 // indirect
67-
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
74+
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
75+
github.com/sagikazarmark/locafero v0.7.0 // indirect
6876
github.com/sourcegraph/conc v0.3.0 // indirect
69-
github.com/spf13/afero v1.11.0 // indirect
70-
github.com/spf13/cast v1.6.0 // indirect
77+
github.com/spf13/afero v1.12.0 // indirect
78+
github.com/spf13/cast v1.7.1 // indirect
7179
github.com/spf13/pflag v1.0.6 // indirect
7280
github.com/subosito/gotenv v1.6.0 // indirect
7381
go.opencensus.io v0.24.0 // indirect
74-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
75-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
76-
go.opentelemetry.io/otel v1.28.0 // indirect
77-
go.opentelemetry.io/otel/metric v1.28.0 // indirect
78-
go.opentelemetry.io/otel/trace v1.28.0 // indirect
82+
go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
83+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
84+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
85+
go.opentelemetry.io/otel v1.29.0 // indirect
86+
go.opentelemetry.io/otel/metric v1.29.0 // indirect
87+
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
88+
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
89+
go.opentelemetry.io/otel/trace v1.29.0 // indirect
7990
go.uber.org/multierr v1.11.0 // indirect
80-
golang.org/x/crypto v0.31.0 // indirect
81-
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
91+
golang.org/x/crypto v0.32.0 // indirect
8292
golang.org/x/net v0.33.0 // indirect
83-
golang.org/x/oauth2 v0.22.0 // indirect
93+
golang.org/x/oauth2 v0.25.0 // indirect
8494
golang.org/x/sync v0.10.0 // indirect
85-
golang.org/x/sys v0.28.0 // indirect
95+
golang.org/x/sys v0.29.0 // indirect
8696
golang.org/x/text v0.21.0 // indirect
87-
golang.org/x/time v0.6.0 // indirect
97+
golang.org/x/time v0.8.0 // indirect
8898
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
89-
google.golang.org/api v0.191.0 // indirect
90-
google.golang.org/genproto v0.0.0-20240812133136-8ffd90a71988 // indirect
91-
google.golang.org/genproto/googleapis/api v0.0.0-20240812133136-8ffd90a71988 // indirect
92-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240812133136-8ffd90a71988 // indirect
93-
google.golang.org/grpc v1.65.0 // indirect
94-
google.golang.org/protobuf v1.34.2 // indirect
95-
gopkg.in/ini.v1 v1.67.0 // indirect
99+
google.golang.org/api v0.215.0 // indirect
100+
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
101+
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
102+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
103+
google.golang.org/grpc v1.67.3 // indirect
104+
google.golang.org/protobuf v1.36.1 // indirect
96105
gopkg.in/yaml.v3 v3.0.1 // indirect
97106
)

0 commit comments

Comments
 (0)