medium.rip icon indicating copy to clipboard operation
medium.rip copied to clipboard

fix(deps): update module github.com/knadh/koanf/v2 to v2.2.0

Open renovate[bot] opened this issue 2 years ago • 1 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/knadh/koanf/v2 v2.0.1 -> v2.2.0 age adoption passing confidence

Release Notes

knadh/koanf (github.com/knadh/koanf/v2)

v2.2.0

Compare Source

This release sets the min required Go version to v1.23.0

An increasing number of important updates to various deps, including golang.org/x/*, require go >= 1.23.0. It is now untenable to maintain support for older Go versions. This does not break existing installations, just that further updates will only be available to newer Go versions.

What's Changed

New Contributors

Full Changelog: https://github.com/knadh/koanf/compare/v2.1.2...v2.2.0

v2.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/knadh/koanf/compare/v2.1.1...v2.1.2

v2.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/knadh/koanf/compare/v2.1.0...v2.1.1

v2.1.0

Compare Source

Important

https://github.com/mitchellh/mapstructure/issues/349#issuecomment-1860372162 is discontinued and koanf has switched to using the fork github.com/go-viper/mapstructure/v2.

If you are referencing the mapstructure lib in your code (custom DecoderConfig), you have to switch the paths to the above forked version of mapstructure lib.

github.com/mitchellh/mapstructure -> github.com/go-viper/mapstructure/v2

What's Changed

Full Changelog: https://github.com/knadh/koanf/compare/v2.0.2...v2.1.0

v2.0.2

Compare Source

Important

https://github.com/mitchellh/mapstructure/issues/349#issuecomment-1860372162 is discontinued and koanf has switched to using the fork github.com/go-viper/mapstructure/v2.

If you are referencing the mapstructure lib in your code (custom DecoderConfig), you have to switch the paths to the above forked version of koanf.

github.com/mitchellh/mapstructure => github.com/go-viper/mapstructure/v2

What's Changed

New Contributors

Full Changelog: https://github.com/knadh/koanf/compare/v2.0.1...v2.0.2


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.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Feb 02 '24 14:02 renovate[bot]

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.23.0
github.com/knadh/koanf/maps v0.1.1 -> v0.1.2

renovate[bot] avatar Apr 15 '25 13:04 renovate[bot]