[PR #187] [MERGED] fix(deps): bump github.com/knadh/koanf from 1.4.0 to 1.4.1 #247

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

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/187
Author: @dependabot[bot]
Created: 4/11/2022
Status: Merged
Merged: 4/20/2022
Merged by: @ViRb3

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


📝 Commits (1)

  • 2ab08f6 fix(deps): bump github.com/knadh/koanf from 1.4.0 to 1.4.1

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

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

📄 Description

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

Release notes

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

v1.4.1

What's Changed

New Contributors

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

Commits
  • f7f848b Merge pull request #139 from hoshsadiq/fix-stringmap
  • d468182 Fix StringMap and StringsMap
  • a9bede6 Merge pull request #136 from gozeloglu/add-test-parsers-json
  • 339fa2f Merge pull request #137 from gozeloglu/add-dotenv-tests
  • d72661e Add tests for dotenv
  • fe680f4 Add tests for env Provider (#134)
  • 3a9ef83 Add tests for parsers/json Marshal
  • 93b4d8d Call Parser() function for creating JSON object
  • 6752cc9 Add tests for parsers/json
  • f600f4d Merge pull request #133 from gozeloglu/providerWithValue-env-test-add
  • 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/187 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/11/2022 **Status:** ✅ Merged **Merged:** 4/20/2022 **Merged by:** [@ViRb3](https://github.com/ViRb3) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/knadh/koanf-1.4.1` --- ### 📝 Commits (1) - [`2ab08f6`](https://github.com/SignTools/SignTools/commit/2ab08f6f9fdf498f4b0f1e35042c1d994b6cb21c) fix(deps): bump github.com/knadh/koanf from 1.4.0 to 1.4.1 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/knadh/koanf](https://github.com/knadh/koanf) from 1.4.0 to 1.4.1. <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.1</h2> <h2>What's Changed</h2> <ul> <li>fix nil pointer dereference when no callback passed to provider by <a href="https://github.com/robinbraemer"><code>@​robinbraemer</code></a> in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/129">knadh/koanf#129</a></li> <li>eliminate a type assertion by <a href="https://github.com/robinbraemer"><code>@​robinbraemer</code></a> in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/130">knadh/koanf#130</a></li> <li>fix: highlight code in README by <a href="https://github.com/gozeloglu"><code>@​gozeloglu</code></a> in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/131">knadh/koanf#131</a></li> <li>Add tests for env.go by <a href="https://github.com/gozeloglu"><code>@​gozeloglu</code></a> in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/132">knadh/koanf#132</a></li> <li>Add tests for ProviderWithValue func in env.go by <a href="https://github.com/gozeloglu"><code>@​gozeloglu</code></a> in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/133">knadh/koanf#133</a></li> <li>Tests added for Read() in env by <a href="https://github.com/gozeloglu"><code>@​gozeloglu</code></a> in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/134">knadh/koanf#134</a></li> <li>Add tests for dotenv by <a href="https://github.com/gozeloglu"><code>@​gozeloglu</code></a> in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/137">knadh/koanf#137</a></li> <li>Add tests for parsers/json by <a href="https://github.com/gozeloglu"><code>@​gozeloglu</code></a> in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/136">knadh/koanf#136</a></li> <li>Fix StringMap and StringsMap by <a href="https://github.com/hoshsadiq"><code>@​hoshsadiq</code></a> in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/139">knadh/koanf#139</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/robinbraemer"><code>@​robinbraemer</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/129">knadh/koanf#129</a></li> <li><a href="https://github.com/gozeloglu"><code>@​gozeloglu</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/131">knadh/koanf#131</a></li> <li><a href="https://github.com/hoshsadiq"><code>@​hoshsadiq</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/knadh/koanf/pull/139">knadh/koanf#139</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/knadh/koanf/compare/v1.4.0...v1.4.1">https://github.com/knadh/koanf/compare/v1.4.0...v1.4.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/knadh/koanf/commit/f7f848bcf0324243784bad400e488ac2019f92bd"><code>f7f848b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/139">#139</a> from hoshsadiq/fix-stringmap</li> <li><a href="https://github.com/knadh/koanf/commit/d468182ef2bacd3f348ba3c8597fe05e4522278d"><code>d468182</code></a> Fix StringMap and StringsMap</li> <li><a href="https://github.com/knadh/koanf/commit/a9bede6e26b1b8511b6c58316f275cc78456e8d9"><code>a9bede6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/136">#136</a> from gozeloglu/add-test-parsers-json</li> <li><a href="https://github.com/knadh/koanf/commit/339fa2f4afbcb8c43801e2572e622e45a94a87d5"><code>339fa2f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/137">#137</a> from gozeloglu/add-dotenv-tests</li> <li><a href="https://github.com/knadh/koanf/commit/d72661e4a516b2380f1f27837b4312ed81d4de97"><code>d72661e</code></a> Add tests for dotenv</li> <li><a href="https://github.com/knadh/koanf/commit/fe680f431b2b0481f0ed845252f831218b280ef1"><code>fe680f4</code></a> Add tests for <code>env</code> Provider (<a href="https://github-redirect.dependabot.com/knadh/koanf/issues/134">#134</a>)</li> <li><a href="https://github.com/knadh/koanf/commit/3a9ef83e8ebbf5744d069f2908cf62654b39b2cd"><code>3a9ef83</code></a> Add tests for parsers/json Marshal</li> <li><a href="https://github.com/knadh/koanf/commit/93b4d8daa23a6ee7cb500338fe35a4c7764b3cc1"><code>93b4d8d</code></a> Call Parser() function for creating JSON object</li> <li><a href="https://github.com/knadh/koanf/commit/6752cc911bc9ae242b07887651dda9bcb18b0cb0"><code>6752cc9</code></a> Add tests for parsers/json</li> <li><a href="https://github.com/knadh/koanf/commit/f600f4df09b757109de546857b31881d669c8b57"><code>f600f4d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/133">#133</a> from gozeloglu/providerWithValue-env-test-add</li> <li>Additional commits viewable in <a href="https://github.com/knadh/koanf/compare/v1.4.0...v1.4.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&package-manager=go_modules&previous-version=1.4.0&new-version=1.4.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 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:51 +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#247
No description provided.