elastic / package-spec

EPR package specifications
Other
18 stars 73 forks source link

Migrate mapstructure dependency #827

Closed mrodm closed 3 weeks ago

mrodm commented 3 weeks ago

What does this PR do?

mapstructure repository has been archived, and there is a new fork that continues with the development according to this announcement: https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc

Process followed:

go get github.com/go-viper/mapstructure/v2
sed -i 's/github.com\/mitchellh\/mapstructure/github.com\/go-viper\/mapstructure\/v2/g' $(find . -type f -name '*.go')
go mod tidy
elasticmachine commented 3 weeks ago

:green_heart: Build Succeeded

History

cc @mrodm