We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v2.31.0
The mitchellh/mapstructure dependency is being archived, per this announcement. Viper has the blessed fork and published v1.6.0 release.
mitchellh/mapstructure
Replace Go imports of github.com/mitchellh/mapstructure with github.com/go-viper/mapstructure. It should be a drop-in replacement.
github.com/mitchellh/mapstructure
github.com/go-viper/mapstructure
go get github.com/go-viper/mapstructure@v1.6.0 go mod tidy
The github.com/mitchellh/mapstructure dependency should no longer be a direct dependency in go.mod.
go.mod
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SDK version
Use-cases
The
mitchellh/mapstructure
dependency is being archived, per this announcement. Viper has the blessed fork and published v1.6.0 release.Proposal
Replace Go imports of
github.com/mitchellh/mapstructure
withgithub.com/go-viper/mapstructure
. It should be a drop-in replacement.The
github.com/mitchellh/mapstructure
dependency should no longer be a direct dependency ingo.mod
.References
The text was updated successfully, but these errors were encountered: