pkg/compose: remove uses of deprecated mitchellh/mapstructure module by thaJeztah · Pull Request #13239 · docker/compose

@thaJeztah

The github.com/mitchellh/mapstructure module was archived and is no longer
maintained. This module has moved to github.com/go-viper/mapstructure,
which updated to v2, with a minor breaking change in v2.0;

> Error is removed in favor of errors.Join (backported from Go 1.20 to
> preserve compatibility with earlier versions)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

@thaJeztah marked this pull request as ready for review

September 23, 2025 20:36

tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request

Oct 10, 2025

@tmeijn