Skip to content

Commit 39d5386

Browse files
renovate[bot]Syedowais312
authored andcommitted
fix(deps): update module github.com/knadh/koanf/providers/file to v1.2.1 (open-telemetry#14320)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/knadh/koanf/providers/file](https://redirect.github.com/knadh/koanf) | `v1.2.0` -> `v1.2.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fknadh%2fkoanf%2fproviders%2ffile/v1.2.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fknadh%2fkoanf%2fproviders%2ffile/v1.2.0/v1.2.1?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>knadh/koanf (github.com/knadh/koanf/providers/file)</summary> ### [`v1.2.1`](https://redirect.github.com/knadh/koanf/releases/tag/v1.2.1) [Compare Source](https://redirect.github.com/knadh/koanf/compare/v1.2.0...v1.2.1) changelog for v1.2.0 -> v1.2.1 - [`29cce50`](https://redirect.github.com/knadh/koanf/commit/29cce50) Merge pull request [#&open-telemetry#8203;101](https://redirect.github.com/knadh/koanf/issues/101) from e-nikolov/fix-pflag-map-types - [`0202243`](https://redirect.github.com/knadh/koanf/commit/0202243) posflag: add support for pflag map types </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd7fe5c commit 39d5386

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/builder/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ go 1.24.0
88
require (
99
github.com/knadh/koanf/parsers/yaml v1.1.0
1010
github.com/knadh/koanf/providers/env/v2 v2.0.0
11-
github.com/knadh/koanf/providers/file v1.2.0
11+
github.com/knadh/koanf/providers/file v1.2.1
1212
github.com/knadh/koanf/providers/fs v1.0.0
1313
github.com/knadh/koanf/v2 v2.3.0
1414
github.com/spf13/cobra v1.10.2

cmd/builder/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)