Skip to content

Conversation

analytically
Copy link
Contributor

Updated the mapstructure implementation to use github.com/go-viper/mapstructure/v2 instead of the deprecated github.com/mitchellh/mapstructure package. The go-viper/mapstructure package is a maintained fork of mitchellh/mapstructure with the same API, ensuring compatibility while providing ongoing maintenance and improvements.

This change only updates the import path with no functional changes.

Updated the mapstructure implementation to use github.com/go-viper/mapstructure/v2
instead of the deprecated github.com/mitchellh/mapstructure package. The
go-viper/mapstructure package is a maintained fork of mitchellh/mapstructure with
the same API, ensuring compatibility while providing ongoing maintenance and
improvements.

This change only updates the import path with no functional changes.

Signed-off-by: Mathias Bogaert <mathias.bogaert@gmail.com>
@taylorsilva taylorsilva moved this from Todo to In Progress in Pull Requests May 21, 2025
@taylorsilva taylorsilva merged commit 1830d70 into concourse:master May 21, 2025
12 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Pull Requests May 21, 2025
@analytically analytically deleted the mapstructure branch May 22, 2025 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants