From 5b0ec3c02bddf12298eaf7c35a94b54d6c049fca Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 4 Oct 2024 13:52:52 +0200
Subject: [PATCH] Bump github.com/knadh/koanf/providers/file from 1.1.1 to
1.1.2 in /quesma (#843)
Bumps
[github.com/knadh/koanf/providers/file](https://github.com/knadh/koanf)
from 1.1.1 to 1.1.2.
Commits
cec6d28
fix: update file watch to trigger callback after symbolic link directory
chan...
eefc493
Fix incorrect unflatten in env provider. Closes #319. (#324)
09fd5db
fix(basicflag): option not apply (#322)
ec1d17c
docs: Improve marshal section (#311)
c53f381
Add Unwatch()
to file provider. (#306)
4d54fb1
Bump github.com/hashicorp/go-retryablehttp in /examples (#303)
5939c39
Upgrade fsnotify lib in file provider. (#302)
e988f66
Bump github.com/hashicorp/go-retryablehttp in /providers/vault (#301)
ef5fbbc
fixup
54f7500
chore: upgrade package dependencies (#292)
- Additional commits viewable in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/knadh/koanf/providers/file&package-manager=go_modules&previous-version=1.1.1&new-version=1.1.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)
---
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 show 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
quesma/go.mod | 2 +-
quesma/go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/quesma/go.mod b/quesma/go.mod
index 23e9e6ffe..bfc6d2b87 100644
--- a/quesma/go.mod
+++ b/quesma/go.mod
@@ -14,7 +14,7 @@ require (
github.com/k0kubun/pp v3.0.1+incompatible
github.com/knadh/koanf/parsers/yaml v0.1.0
github.com/knadh/koanf/providers/env v1.0.0
- github.com/knadh/koanf/providers/file v1.1.1
+ github.com/knadh/koanf/providers/file v1.1.2
github.com/knadh/koanf/v2 v2.1.1
github.com/relvacode/iso8601 v1.4.0
github.com/rs/zerolog v1.33.0
diff --git a/quesma/go.sum b/quesma/go.sum
index c1f675a34..490813dca 100644
--- a/quesma/go.sum
+++ b/quesma/go.sum
@@ -64,8 +64,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/env v1.0.0 h1:ufePaI9BnWH+ajuxGGiJ8pdTG0uLEUWC7/HDDPGLah0=
github.com/knadh/koanf/providers/env v1.0.0/go.mod h1:mzFyRZueYhb37oPmC1HAv/oGEEuyvJDA98r3XAa8Gak=
-github.com/knadh/koanf/providers/file v1.1.1 h1:AyYV0SMrEzfw5O3cX5pGmKfq61/bhj19u7OQeFH5AHs=
-github.com/knadh/koanf/providers/file v1.1.1/go.mod h1:/faSBcv2mxPVjFrXck95qeoyoZ5myJ6uxN8OOVNJJCI=
+github.com/knadh/koanf/providers/file v1.1.2 h1:aCC36YGOgV5lTtAFz2qkgtWdeQsgfxUkxDOe+2nQY3w=
+github.com/knadh/koanf/providers/file v1.1.2/go.mod h1:/faSBcv2mxPVjFrXck95qeoyoZ5myJ6uxN8OOVNJJCI=
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.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=