Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.mod: migrate to github.com/go-viper/mapstructure/v2 v2.0.0 #635

Merged
merged 1 commit into from
Jun 3, 2024

Commits on Jun 3, 2024

  1. go.mod: migrate to github.com/go-viper/mapstructure/v2 v2.0.0

    github.com/mitchellh/mapstructure will no longer be maintained by the author,
    and github.com/go-viper/mapstructure is nominated as the endorsed fork.
    
    - v1.x changes since last release from mitchellh: go-viper/mapstructure@v1.5.0...v1.6.0
    - v2.0 changes: go-viper/mapstructure@v1.6.0...v2.0.0
    
    Breaking changes
    
    Error is removed in favor of errors.Join (backported from Go 1.20 to preserve
    compatibility with earlier versions)
    
    What's Changed
    
    - feat!: update module path
    - build: update dev env
    - feature: add StringToBasicTypeHookFunc and support complex
    - Add an example showing how to use a DecodeHookFunc to parse a custom field.
    - Remove exposed error type
    - Replace internal joined error with errors.Join
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3d53b43 View commit details
    Browse the repository at this point in the history