[PR #73] [MERGED] fix(deps): bump github.com/knadh/koanf from 1.1.0 to 1.1.1 #154

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

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/73
Author: @dependabot[bot]
Created: 6/23/2021
Status: Merged
Merged: 6/25/2021
Merged by: @ViRb3

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


📝 Commits (1)

  • 6188883 fix(deps): bump github.com/knadh/koanf from 1.1.0 to 1.1.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.1.0 to 1.1.1.

Release notes

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

v1.1.1

  • 57e89cf Merge pull request #94 from knadh/fix-posflag-callbacks
  • d3bad45 Merge pull request #91 from knadh/bug-report-template
  • b1985ad Merge pull request #93 from rhnvrm/unit-test-issue-90
  • a72baa3 Merge pull request #92 from knadh/fix-posflag-callbacks
  • adc0b54 tests: add unit test for #90
  • 9e87eba Fix unchanged default posflag value merging via incorrect callback.
  • 2f82a14 Merge pull request #87 from mvrahden/feature/filesystem
  • 6e9c0a7 Add github issue templates
  • 023ecc6 Update README with fs.FS provider
  • f7e28d0 fix call to Close on file descriptor
  • caeef66 Merge pull request #1 from rhnvrm/feature/filesystem
  • 02f42ea fix: add build constraints to maintain compat
  • 149144c add fs.FS provider
  • 139fe40 Merge pull request #85 from mvrahden/fix/base_test
  • 7cc3416 move error assertions and make them error-type dependent
  • 0a31536 fix race condition and reduce test time by half
  • af2e3f4 simplify and unify test arrangements
  • aa62c04 update testify to v1.7.0
  • 5234867 Merge pull request #84 from mr-karan/gh_actions
  • c79fbc5 feat: Replace Travis with GitHub Actions
Commits
  • 57e89cf Merge pull request #94 from knadh/fix-posflag-callbacks
  • d3bad45 Merge pull request #91 from knadh/bug-report-template
  • b1985ad Merge pull request #93 from rhnvrm/unit-test-issue-90
  • a72baa3 Merge pull request #92 from knadh/fix-posflag-callbacks
  • adc0b54 tests: add unit test for #90
  • 9e87eba Fix unchanged default posflag value merging via incorrect callback.
  • 2f82a14 Merge pull request #87 from mvrahden/feature/filesystem
  • 6e9c0a7 Add github issue templates
  • 023ecc6 Update README with fs.FS provider
  • f7e28d0 fix call to Close on file descriptor
  • 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/73 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/23/2021 **Status:** ✅ Merged **Merged:** 6/25/2021 **Merged by:** [@ViRb3](https://github.com/ViRb3) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/knadh/koanf-1.1.1` --- ### 📝 Commits (1) - [`6188883`](https://github.com/SignTools/SignTools/commit/61888836b0cc6a6caec0c57ac810decc32b23e49) fix(deps): bump github.com/knadh/koanf from 1.1.0 to 1.1.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.1.0 to 1.1.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.1.1</h2> <ul> <li>57e89cf Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/94">#94</a> from knadh/fix-posflag-callbacks</li> <li>d3bad45 Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/91">#91</a> from knadh/bug-report-template</li> <li>b1985ad Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/93">#93</a> from rhnvrm/unit-test-issue-90</li> <li>a72baa3 Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/92">#92</a> from knadh/fix-posflag-callbacks</li> <li>adc0b54 tests: add unit test for <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/90">#90</a></li> <li>9e87eba Fix unchanged default posflag value merging via incorrect callback.</li> <li>2f82a14 Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/87">#87</a> from mvrahden/feature/filesystem</li> <li>6e9c0a7 Add github issue templates</li> <li>023ecc6 Update README with fs.FS provider</li> <li>f7e28d0 fix call to Close on file descriptor</li> <li>caeef66 Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/1">#1</a> from rhnvrm/feature/filesystem</li> <li>02f42ea fix: add build constraints to maintain compat</li> <li>149144c add fs.FS provider</li> <li>139fe40 Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/85">#85</a> from mvrahden/fix/base_test</li> <li>7cc3416 move error assertions and make them error-type dependent</li> <li>0a31536 fix race condition and reduce test time by half</li> <li>af2e3f4 simplify and unify test arrangements</li> <li>aa62c04 update testify to v1.7.0</li> <li>5234867 Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/84">#84</a> from mr-karan/gh_actions</li> <li>c79fbc5 feat: Replace Travis with GitHub Actions</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/knadh/koanf/commit/57e89cfcaca505410a069886a7131ee471107378"><code>57e89cf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/94">#94</a> from knadh/fix-posflag-callbacks</li> <li><a href="https://github.com/knadh/koanf/commit/d3bad451249421263f1748b8036392e10694e140"><code>d3bad45</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/91">#91</a> from knadh/bug-report-template</li> <li><a href="https://github.com/knadh/koanf/commit/b1985ad061499362fa14958ec6d33913898777cc"><code>b1985ad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/93">#93</a> from rhnvrm/unit-test-issue-90</li> <li><a href="https://github.com/knadh/koanf/commit/a72baa3cc9a44dc1e65c87c89827a4b01db57753"><code>a72baa3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/92">#92</a> from knadh/fix-posflag-callbacks</li> <li><a href="https://github.com/knadh/koanf/commit/adc0b54d25748dafd0e7cae6d0229d4ed2605d33"><code>adc0b54</code></a> tests: add unit test for <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/90">#90</a></li> <li><a href="https://github.com/knadh/koanf/commit/9e87eba4098356355c65329b3dfe5f5ba149ddb4"><code>9e87eba</code></a> Fix unchanged default posflag value merging via incorrect callback.</li> <li><a href="https://github.com/knadh/koanf/commit/2f82a1471c75708a47ce29f44d3c05ac5b599440"><code>2f82a14</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/knadh/koanf/issues/87">#87</a> from mvrahden/feature/filesystem</li> <li><a href="https://github.com/knadh/koanf/commit/6e9c0a7afc2bd510712a51a8cd12050fc31aacd7"><code>6e9c0a7</code></a> Add github issue templates</li> <li><a href="https://github.com/knadh/koanf/commit/023ecc69107940b14eb9ea3089287ce0eade6c3e"><code>023ecc6</code></a> Update README with fs.FS provider</li> <li><a href="https://github.com/knadh/koanf/commit/f7e28d0fb6f36e6f0268ff37984b49f1ed64b647"><code>f7e28d0</code></a> fix call to Close on file descriptor</li> <li>Additional commits viewable in <a href="https://github.com/knadh/koanf/compare/v1.1.0...v1.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&package-manager=go_modules&previous-version=1.1.0&new-version=1.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 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:24 +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#154
No description provided.