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
withgit.luolix.top/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: