Skip to content

Commit 2a547be

Browse files
Update module github.com/knadh/koanf/providers/file to v1 (#10505)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/knadh/koanf/providers/file](https://togithub.com/knadh/koanf) | `v0.1.0` -> `v1.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fknadh%2fkoanf%2fproviders%2ffile/v1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fknadh%2fkoanf%2fproviders%2ffile/v1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fknadh%2fkoanf%2fproviders%2ffile/v0.1.0/v1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fknadh%2fkoanf%2fproviders%2ffile/v0.1.0/v1.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. :warning: MAJOR VERSION UPDATE :warning: - please manually update this package --- ### Release Notes <details> <summary>knadh/koanf (github.com/knadh/koanf/providers/file)</summary> ### [`v1.0.0`](https://togithub.com/knadh/koanf/releases/tag/v1.0.0) [Compare Source](https://togithub.com/knadh/koanf/compare/v0.1.0...v1.0.0) - [`deea8ad`](https://togithub.com/knadh/koanf/commit/deea8ad) Upgrade deps </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5LW1ham9yLXVwZGF0ZSJdfQ==--> --------- Signed-off-by: Alex Boten <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Boten <[email protected]>
1 parent c6e3c4e commit 2a547be

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cmd/builder/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/hashicorp/go-version v1.7.0
1010
github.com/knadh/koanf/parsers/yaml v0.1.0
1111
github.com/knadh/koanf/providers/env v0.1.0
12-
github.com/knadh/koanf/providers/file v0.1.0
12+
github.com/knadh/koanf/providers/file v1.0.0
1313
github.com/knadh/koanf/providers/fs v0.1.0
1414
github.com/knadh/koanf/v2 v2.1.1
1515
github.com/spf13/cobra v1.8.1
@@ -32,7 +32,7 @@ require (
3232
github.com/mitchellh/reflectwalk v1.0.2 // indirect
3333
github.com/pmezard/go-difflib v1.0.0 // indirect
3434
github.com/rogpeppe/go-internal v1.10.0 // indirect
35-
golang.org/x/sys v0.14.0 // indirect
35+
golang.org/x/sys v0.21.0 // indirect
3636
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
3737
gopkg.in/yaml.v3 v3.0.1 // indirect
3838
)

cmd/builder/go.sum

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

0 commit comments

Comments
 (0)