You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUILD/MINOR: upgrade dependency mapstructure to supported fork
Replace github.com/mitchellh/mapstructure with github.com/go-viper/mapstructure/v2.
Rationale:
Module github.com/mitchellh/mapstructure isn't supported anymore.
Announcement: https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc
The blessed fork is at github.com/go-viper/mapstructure/v2.
Note: github.com/mitchellh/mapstructure is still referenced in
dependencies of go-openapi packages, but this is already being fixed (see
go-openapi/strfmt#157 ) and will be released
with the next github.com/go-openapi/strfmt.
Signed-off-by: Olivier Mengué <[email protected]>
0 commit comments