feat(deps)!: Update module github.com/knadh/koanf/providers/env ( v1.1.0 → v2.0.0 )#238
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
feat(deps)!: Update module github.com/knadh/koanf/providers/env ( v1.1.0 → v2.0.0 )#238renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
cc6b961 to
6b588fc
Compare
6b588fc to
a3c462a
Compare
a3c462a to
aa597f8
Compare
aa597f8 to
c894537
Compare
c894537 to
726f2d4
Compare
726f2d4 to
39a892d
Compare
…1.0 → v2.0.0 ) | datasource | package | from | to | | ---------- | ------------------------------------ | ------ | ------ | | go | github.com/knadh/koanf/providers/env | v1.1.0 | v2.0.0 |
39a892d to
58cd42f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.1.0→v2.0.0Release Notes
knadh/koanf (github.com/knadh/koanf/providers/env)
v2.0.0Compare Source
This is a major breaking change that ends koanf v1 (v1.5.0) and moves to v2. Continued usage of v1 is unaffected. While koanf does not bundle external dependencies into its core thereby avoiding them in the build, a
go getwould still pull them and go.mod, bringing in unnecessary references as all the providers and parsers were "sub" packages of the main module.This PR upgrades koanf to v2 and separates every single provider and parser package into its own module, go.mod, and release tag (eg:
providers/yaml/v0.1.0). That is, one-repository, many modules. This removes references to all indirect dependencies in the main koanf package significantly de-cluttering it.What changes?
github.com/knadh/koanf/v2.go get github.com/knadh/koanf/providers/s3,go get github.com/knadh/koanf/parsers/jsonetc.Full Changelog: knadh/koanf@v1.5.0...v2.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.