Skip to content

Commit

Permalink
chore(deps): bump github.com/knadh/koanf/v2 from 2.0.1 to 2.1.1 (#114)
Browse files Browse the repository at this point in the history
Bumps [github.com/knadh/koanf/v2](https://github.com/knadh/koanf) from
2.0.1 to 2.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/knadh/koanf/releases">github.com/knadh/koanf/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: run submodule tests by <a
href="https://github.com/rhnvrm"><code>@​rhnvrm</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/276">knadh/koanf#276</a></li>
<li>Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /examples
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/knadh/koanf/pull/282">knadh/koanf#282</a></li>
<li>Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in
/providers/etcd by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/281">knadh/koanf#281</a></li>
<li>Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in
/providers/nats by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/280">knadh/koanf#280</a></li>
<li>feat: add ParserEnvWithValue by <a
href="https://github.com/tlipoca9"><code>@​tlipoca9</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/284">knadh/koanf#284</a></li>
<li>Fix map unflattening no-delimiter behaviour by <a
href="https://github.com/knadh"><code>@​knadh</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/278">knadh/koanf#278</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/tlipoca9"><code>@​tlipoca9</code></a>
made their first contribution in <a
href="https://redirect.github.com/knadh/koanf/pull/284">knadh/koanf#284</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/knadh/koanf/compare/v2.1.0...v2.1.1">https://github.com/knadh/koanf/compare/v2.1.0...v2.1.1</a></p>
<h2>v2.1.0</h2>
<h1>Important</h1>
<p><a
href="https://redirect.github.com/mitchellh/mapstructure/issues/349#issuecomment-1860372162">mitchellh/mapstructure#349</a>
is discontinued and koanf has switched to using the fork
<code>github.com/go-viper/mapstructure/v2</code>.</p>
<p>If you are referencing the mapstructure lib in your code (custom
DecoderConfig), you have to switch the paths to the above forked version
of <code>mapstructure</code> lib.</p>
<p><code>github.com/mitchellh/mapstructure</code> -&gt;
<code>github.com/go-viper/mapstructure/v2</code></p>
<h2>What's Changed</h2>
<ul>
<li>fix: retract v2.0.2 by <a
href="https://github.com/rhnvrm"><code>@​rhnvrm</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/270">knadh/koanf#270</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/knadh/koanf/compare/v2.0.2...v2.1.0">https://github.com/knadh/koanf/compare/v2.0.2...v2.1.0</a></p>
<h2>v2.0.2</h2>
<h1>Important</h1>
<p><a
href="https://redirect.github.com/mitchellh/mapstructure/issues/349#issuecomment-1860372162">mitchellh/mapstructure#349</a>
is discontinued and koanf has switched to using the fork
<code>github.com/go-viper/mapstructure/v2</code>.</p>
<p>If you are referencing the mapstructure lib in your code (custom
DecoderConfig), you have to switch the paths to the above forked version
of koanf.</p>
<p><code>github.com/mitchellh/mapstructure</code> =&gt;
<code>github.com/go-viper/mapstructure/v2</code></p>
<h2>What's Changed</h2>
<ul>
<li>feat: add nats provider by <a
href="https://github.com/TECHNOFAB11"><code>@​TECHNOFAB11</code></a> in
<a
href="https://redirect.github.com/knadh/koanf/pull/213">knadh/koanf#213</a></li>
<li>feat: add flag to optionally fetch secret metadata by <a
href="https://github.com/Thunderbottom"><code>@​Thunderbottom</code></a>
in <a
href="https://redirect.github.com/knadh/koanf/pull/219">knadh/koanf#219</a></li>
<li>chore: change WithMeta to ExcludeMeta for backwards compatibility by
<a
href="https://github.com/Thunderbottom"><code>@​Thunderbottom</code></a>
in <a
href="https://redirect.github.com/knadh/koanf/pull/220">knadh/koanf#220</a></li>
<li>typos and little clearer code by <a
href="https://github.com/GreyXor"><code>@​GreyXor</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/222">knadh/koanf#222</a></li>
<li>Fixed a nil panic issue in vault provider by <a
href="https://github.com/wangkang"><code>@​wangkang</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/224">knadh/koanf#224</a></li>
<li>Not use deprecated io/ioutil by <a
href="https://github.com/tchssk"><code>@​tchssk</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/226">knadh/koanf#226</a></li>
<li>Proposal: support Vault auth method by <a
href="https://github.com/missedone"><code>@​missedone</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/229">knadh/koanf#229</a></li>
<li>Add parameterstore provider by <a
href="https://github.com/tchssk"><code>@​tchssk</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/227">knadh/koanf#227</a></li>
<li>feat: optional support net/http transport by <a
href="https://github.com/missedone"><code>@​missedone</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/232">knadh/koanf#232</a></li>
<li>breaking change: <a
href="https://redirect.github.com/knadh/koanf/issues/233">#233</a>
return error struct to avoid panic at runtime by <a
href="https://github.com/missedone"><code>@​missedone</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/234">knadh/koanf#234</a></li>
<li>Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6 in /providers/nats
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/knadh/koanf/pull/246">knadh/koanf#246</a></li>
<li>Bump golang.org/x/net from 0.7.0 to 0.17.0 in /providers/etcd by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/248">knadh/koanf#248</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/knadh/koanf/commit/5c37babcec5f63a2679310a5917160b8e528683e"><code>5c37bab</code></a>
Fix map unflattening no-delimiter behaviour (<a
href="https://redirect.github.com/knadh/koanf/issues/278">#278</a>).
Closes <a
href="https://redirect.github.com/knadh/koanf/issues/275">#275</a>.</li>
<li><a
href="https://github.com/knadh/koanf/commit/736ad3a9967c566c22af886b31334da5946f190d"><code>736ad3a</code></a>
feat: add ParserEnvWithValue (<a
href="https://redirect.github.com/knadh/koanf/issues/284">#284</a>)</li>
<li><a
href="https://github.com/knadh/koanf/commit/06d3532cbddbb671431ead479c06b93ceb4bc6d1"><code>06d3532</code></a>
Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /providers/nats
(<a
href="https://redirect.github.com/knadh/koanf/issues/280">#280</a>)</li>
<li><a
href="https://github.com/knadh/koanf/commit/4a915e2428da533ce1caa7914949826d82a5d873"><code>4a915e2</code></a>
Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /providers/etcd
(<a
href="https://redirect.github.com/knadh/koanf/issues/281">#281</a>)</li>
<li><a
href="https://github.com/knadh/koanf/commit/02cb4d5294e9986476f80ec712d25650740db888"><code>02cb4d5</code></a>
Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /examples (<a
href="https://redirect.github.com/knadh/koanf/issues/282">#282</a>)</li>
<li><a
href="https://github.com/knadh/koanf/commit/7addd6f13ee20d645232e4da6d7873d7507eddce"><code>7addd6f</code></a>
fix: run submodule tests (<a
href="https://redirect.github.com/knadh/koanf/issues/276">#276</a>)</li>
<li><a
href="https://github.com/knadh/koanf/commit/6c6c498fb49bb447a3826326903e5a0035a23ac2"><code>6c6c498</code></a>
fix: retract v2.0.2 (<a
href="https://redirect.github.com/knadh/koanf/issues/270">#270</a>)</li>
<li><a
href="https://github.com/knadh/koanf/commit/1d7909b7077799738a0003d39c26e9a0175ad107"><code>1d7909b</code></a>
Replace obsolete 'mapstructure' lib with a new fork. Closes <a
href="https://redirect.github.com/knadh/koanf/issues/262">#262</a>.</li>
<li><a
href="https://github.com/knadh/koanf/commit/a4138da821f8e0d9b9ab8671374096ec72bf9cd1"><code>a4138da</code></a>
Updade kdl-go dependency (<a
href="https://redirect.github.com/knadh/koanf/issues/267">#267</a>)</li>
<li><a
href="https://github.com/knadh/koanf/commit/d2028fd1b125f89f6fee474a6748a136f0462096"><code>d2028fd</code></a>
Add KDL parser (<a
href="https://redirect.github.com/knadh/koanf/issues/266">#266</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/knadh/koanf/compare/v2.0.1...v2.1.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/knadh/koanf/v2&package-manager=go_modules&previous-version=2.0.1&new-version=2.1.1)](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>
Co-authored-by: Rafael Thalhofer <48678421+rafalgalaw@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and rafalgalaw authored Apr 29, 2024
1 parent b6ce633 commit dc006fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/knadh/koanf/providers/env v0.1.0
github.com/knadh/koanf/providers/file v0.1.0
github.com/knadh/koanf/providers/posflag v0.1.0
github.com/knadh/koanf/v2 v2.0.1
github.com/knadh/koanf/v2 v2.1.1
github.com/life4/genesis v1.10.2
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.19.0
Expand Down Expand Up @@ -54,6 +54,7 @@ require (
github.com/go-openapi/validate v0.23.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ github.com/go-playground/validator/v10 v10.19.0 h1:ol+5Fu+cSq9JD7SoSqe04GMI92cbn
github.com/go-playground/validator/v10 v10.19.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls=
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 h1:TQcrn6Wq+sKGkpyPvppOz99zsMBaUOKXq6HSv655U1c=
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=
Expand Down Expand Up @@ -112,8 +114,8 @@ github.com/knadh/koanf/providers/file v0.1.0 h1:fs6U7nrV58d3CFAFh8VTde8TM262ObYf
github.com/knadh/koanf/providers/file v0.1.0/go.mod h1:rjJ/nHQl64iYCtAW2QQnF0eSmDEX/YZ/eNFj5yR6BvA=
github.com/knadh/koanf/providers/posflag v0.1.0 h1:mKJlLrKPcAP7Ootf4pBZWJ6J+4wHYujwipe7Ie3qW6U=
github.com/knadh/koanf/providers/posflag v0.1.0/go.mod h1:SYg03v/t8ISBNrMBRMlojH8OsKowbkXV7giIbBVgbz0=
github.com/knadh/koanf/v2 v2.0.1 h1:1dYGITt1I23x8cfx8ZnldtezdyaZtfAuRtIFOiRzK7g=
github.com/knadh/koanf/v2 v2.0.1/go.mod h1:ZeiIlIDXTE7w1lMT6UVcNiRAS2/rCeLn/GdLNvY1Dus=
github.com/knadh/koanf/v2 v2.1.1 h1:/R8eXqasSTsmDCsAyYj+81Wteg8AqrV9CP6gvsTsOmM=
github.com/knadh/koanf/v2 v2.1.1/go.mod h1:4mnTRbZCK+ALuBXHZMjDfG9y714L7TykVnZkXbMU3Es=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
Expand Down

0 comments on commit dc006fa

Please sign in to comment.