Skip to content

Commit

Permalink
chore(deps): bump github.com/knadh/koanf/v2 from 2.0.1 to 2.1.0 (#29)
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.0.
<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.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 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>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>
<li>Bump golang.org/x/net from 0.7.0 to 0.17.0 in /providers/vault by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/247">knadh/koanf#247</a></li>
<li>Bump github.com/nats-io/nats-server/v2 from 2.9.15 to 2.9.23 in
/providers/nats by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/241">knadh/koanf#241</a></li>
<li>Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /providers/etcd
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/knadh/koanf/pull/243">knadh/koanf#243</a></li>
<li>fix: typo by <a
href="https://github.com/testwill"><code>@​testwill</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/251">knadh/koanf#251</a></li>
<li>Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /providers/vault
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/knadh/koanf/pull/261">knadh/koanf#261</a></li>
<li>Bump golang.org/x/crypto from 0.14.0 to 0.17.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/260">knadh/koanf#260</a></li>
<li>Add optional <code>Opt{}</code> param that takes a koanf instance to
match posflag's default value behaviour in basic flag. Closes <a
href="https://redirect.github.com/knadh/koanf/issues/255">#255</a>. by
<a href="https://github.com/knadh"><code>@​knadh</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/259">knadh/koanf#259</a></li>
<li>Parser: KDL by <a
href="https://github.com/dezren39"><code>@​dezren39</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/266">knadh/koanf#266</a></li>
<li>Parser: KDL kdl-go dependency update by <a
href="https://github.com/dezren39"><code>@​dezren39</code></a> in <a
href="https://redirect.github.com/knadh/koanf/pull/267">knadh/koanf#267</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/TECHNOFAB11"><code>@​TECHNOFAB11</code></a>
made their first contribution in <a
href="https://redirect.github.com/knadh/koanf/pull/213">knadh/koanf#213</a></li>
<li><a href="https://github.com/GreyXor"><code>@​GreyXor</code></a> made
their first contribution in <a
href="https://redirect.github.com/knadh/koanf/pull/222">knadh/koanf#222</a></li>
<li><a href="https://github.com/wangkang"><code>@​wangkang</code></a>
made their first contribution in <a
href="https://redirect.github.com/knadh/koanf/pull/224">knadh/koanf#224</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/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><a
href="https://github.com/knadh/koanf/commit/09d28ae8e50be127dd7f958dc75038ac5ddae3ae"><code>09d28ae</code></a>
Add optional <code>Opt{}</code> param to basicflag (<a
href="https://redirect.github.com/knadh/koanf/issues/259">#259</a>)</li>
<li><a
href="https://github.com/knadh/koanf/commit/27e15c0da04ef6826e9c044fa176a2882f9e5f9a"><code>27e15c0</code></a>
Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /providers/nats (<a
href="https://redirect.github.com/knadh/koanf/issues/260">#260</a>)</li>
<li><a
href="https://github.com/knadh/koanf/commit/78b67a00e8838fc5ee2b3a25195faac4395fd9c0"><code>78b67a0</code></a>
Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /providers/vault (<a
href="https://redirect.github.com/knadh/koanf/issues/261">#261</a>)</li>
<li><a
href="https://github.com/knadh/koanf/commit/5bf8db177398e8ced9a6da8642a7336dd617a436"><code>5bf8db1</code></a>
fix: typo (<a
href="https://redirect.github.com/knadh/koanf/issues/251">#251</a>)</li>
<li><a
href="https://github.com/knadh/koanf/commit/6c4dc5d209e6594e39e285fc1fd75f70891054a7"><code>6c4dc5d</code></a>
Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /providers/etcd (<a
href="https://redirect.github.com/knadh/koanf/issues/243">#243</a>)</li>
<li><a
href="https://github.com/knadh/koanf/commit/83fe9f3d481544250c317665d5ba65aafb76862e"><code>83fe9f3</code></a>
Bump github.com/nats-io/nats-server/v2 in /providers/nats (<a
href="https://redirect.github.com/knadh/koanf/issues/241">#241</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/knadh/koanf/compare/v2.0.1...v2.1.0">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.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>
  • Loading branch information
dependabot[bot] committed Mar 5, 2024
1 parent 04a3091 commit 5a8b67e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/google/uuid v1.6.0
github.com/knadh/koanf/parsers/yaml v0.1.0
github.com/knadh/koanf/providers/file v0.1.0
github.com/knadh/koanf/v2 v2.0.1
github.com/knadh/koanf/v2 v2.1.0
github.com/stretchr/testify v1.8.4
k8s.io/api v0.28.2
k8s.io/apimachinery v0.28.2
Expand All @@ -27,6 +27,7 @@ require (
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.4 // indirect
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
Expand All @@ -39,7 +40,6 @@ require (
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ github.com/go-openapi/swag v0.22.4 h1:QLMzNJnMGPRNDCbySlcj1x01tzU8/9LTTL9hZZZogB
github.com/go-openapi/swag v0.22.4/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14=
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/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
Expand Down Expand Up @@ -55,8 +57,8 @@ github.com/knadh/koanf/parsers/yaml v0.1.0 h1:ZZ8/iGfRLvKSaMEECEBPM1HQslrZADk8fP
github.com/knadh/koanf/parsers/yaml v0.1.0/go.mod h1:cvbUDC7AL23pImuQP0oRw/hPuccrNBS2bps8asS0CwY=
github.com/knadh/koanf/providers/file v0.1.0 h1:fs6U7nrV58d3CFAFh8VTde8TM262ObYf3ODrc//Lp+c=
github.com/knadh/koanf/providers/file v0.1.0/go.mod h1:rjJ/nHQl64iYCtAW2QQnF0eSmDEX/YZ/eNFj5yR6BvA=
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.0 h1:eh4QmHHBuU8BybfIJ8mB8K8gsGCD/AUQTdwGq/GzId8=
github.com/knadh/koanf/v2 v2.1.0/go.mod h1:4mnTRbZCK+ALuBXHZMjDfG9y714L7TykVnZkXbMU3Es=
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
Expand All @@ -70,8 +72,6 @@ github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APP
github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s=
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=
github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
Expand Down

0 comments on commit 5a8b67e

Please sign in to comment.