[PR #218] [MERGED] fix(deps): bump github.com/knadh/koanf from 1.4.1 to 1.4.2 #268

Closed
opened 2026-03-04 00:24:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/218
Author: @dependabot[bot]
Created: 6/20/2022
Status: Merged
Merged: 7/9/2022
Merged by: @ViRb3

Base: masterHead: dependabot/go_modules/github.com/knadh/koanf-1.4.2


📝 Commits (1)

  • 6c3ee91 fix(deps): bump github.com/knadh/koanf from 1.4.1 to 1.4.2

📊 Changes

2 files changed (+4 additions, -5 deletions)

View changed files

📝 go.mod (+1 -2)
📝 go.sum (+3 -3)

📄 Description

Bumps github.com/knadh/koanf from 1.4.1 to 1.4.2.

Release notes

Sourced from github.com/knadh/koanf's releases.

v1.4.2

What's Changed

New Contributors

Full Changelog: https://github.com/knadh/koanf/compare/v1.4.1...v1.4.2

Commits
  • c956b0d Update gopkg.in/yaml.v2 to gopkg.in/yaml.v3 (#156)
  • bf5e190 Add test for TOML parser (#155)
  • ab0a5ac Add note about concurrent Load()/*Get() access.
  • 4112a72 Merge pull request #151 from amarlearning/master
  • 8d8ae52 Add test for HCL parser
  • 3e0b04b Merge pull request #150 from amarlearning/master
  • cd9e060 Add test for YAML parser
  • 16f1176 Merge pull request #149 from gozeloglu/update-readme
  • d4e2dc1 Make copyable go command
  • c111ef4 Merge pull request #148 from amarlearning/master
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SignTools/SignTools/pull/218 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/20/2022 **Status:** ✅ Merged **Merged:** 7/9/2022 **Merged by:** [@ViRb3](https://github.com/ViRb3) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/knadh/koanf-1.4.2` --- ### 📝 Commits (1) - [`6c3ee91`](https://github.com/SignTools/SignTools/commit/6c3ee91bc22bb744d98f0dc36b13c39b5113405f) fix(deps): bump github.com/knadh/koanf from 1.4.1 to 1.4.2 ### 📊 Changes **2 files changed** (+4 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -2) 📝 `go.sum` (+3 -3) </details> ### 📄 Description Bumps [github.com/knadh/koanf](https://github.com/knadh/koanf) from 1.4.1 to 1.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/knadh/koanf/releases">github.com/knadh/koanf's releases</a>.</em></p> <blockquote> <h2>v1.4.2</h2> <h2>What's Changed</h2> <ul> <li>Document another viper footgun by <a href="https://github.com/albertvaka"><code>@​albertvaka</code></a> in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/141">knadh/koanf#141</a></li> <li>Add missing types to <code>FlagVal</code> by <a href="https://github.com/muXxer"><code>@​muXxer</code></a> in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/147">knadh/koanf#147</a></li> <li>Add github workflow status badge in Readme by <a href="https://github.com/amarlearning"><code>@​amarlearning</code></a> in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/148">knadh/koanf#148</a></li> <li>Make copyable go command by <a href="https://github.com/gozeloglu"><code>@​gozeloglu</code></a> in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/149">knadh/koanf#149</a></li> <li>Add test for YAML parser by <a href="https://github.com/amarlearning"><code>@​amarlearning</code></a> in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/150">knadh/koanf#150</a></li> <li>Add test for HCL parser by <a href="https://github.com/amarlearning"><code>@​amarlearning</code></a> in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/151">knadh/koanf#151</a></li> <li>Add test for TOML parser by <a href="https://github.com/amarlearning"><code>@​amarlearning</code></a> in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/155">knadh/koanf#155</a></li> <li>Update gopkg.in/yaml.v2 to gopkg.in/yaml.v3 by <a href="https://github.com/1995parham"><code>@​1995parham</code></a> in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/156">knadh/koanf#156</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/albertvaka"><code>@​albertvaka</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/141">knadh/koanf#141</a></li> <li><a href="https://github.com/muXxer"><code>@​muXxer</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/147">knadh/koanf#147</a></li> <li><a href="https://github.com/amarlearning"><code>@​amarlearning</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/148">knadh/koanf#148</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/knadh/koanf/compare/v1.4.1...v1.4.2">https://github.com/knadh/koanf/compare/v1.4.1...v1.4.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/knadh/koanf/commit/c956b0d4773479055e5d0f46ad31088967e79e5e"><code>c956b0d</code></a> Update gopkg.in/yaml.v2 to gopkg.in/yaml.v3 (<a href="https://github-redirect.dependabot.com/knadh/koanf/issues/156">#156</a>)</li> <li><a href="https://github.com/knadh/koanf/commit/bf5e19008d8434e70b72025b3d102fcf781790c7"><code>bf5e190</code></a> Add test for TOML parser (<a href="https://github-redirect.dependabot.com/knadh/koanf/issues/155">#155</a>)</li> <li><a href="https://github.com/knadh/koanf/commit/ab0a5ac7e886f15387356d973a9fb7afd875b508"><code>ab0a5ac</code></a> Add note about concurrent Load()/*Get() access.</li> <li><a href="https://github.com/knadh/koanf/commit/4112a7258008ae8e1384c12345b64c769d24ff26"><code>4112a72</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/151">#151</a> from amarlearning/master</li> <li><a href="https://github.com/knadh/koanf/commit/8d8ae527934ea69785838a4fda5aad3f9c8ee1b1"><code>8d8ae52</code></a> Add test for HCL parser</li> <li><a href="https://github.com/knadh/koanf/commit/3e0b04bd36a1f9e4415587d49a9b1680a34bce66"><code>3e0b04b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/150">#150</a> from amarlearning/master</li> <li><a href="https://github.com/knadh/koanf/commit/cd9e06056feec3ebf0b205ff0246085eb5a5f481"><code>cd9e060</code></a> Add test for YAML parser</li> <li><a href="https://github.com/knadh/koanf/commit/16f11764e57b7bfdc08833026f9f10b770335fdf"><code>16f1176</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/149">#149</a> from gozeloglu/update-readme</li> <li><a href="https://github.com/knadh/koanf/commit/d4e2dc10a0a77cd27750f2f50c05d8559ad85ad8"><code>d4e2dc1</code></a> Make copyable go command</li> <li><a href="https://github.com/knadh/koanf/commit/c111ef42a7b04896db600e07fd2dec9cad2aa25d"><code>c111ef4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/148">#148</a> from amarlearning/master</li> <li>Additional commits viewable in <a href="https://github.com/knadh/koanf/compare/v1.4.1...v1.4.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/knadh/koanf&package-manager=go_modules&previous-version=1.4.1&new-version=1.4.2)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:24:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SignTools#268
No description provided.