Skip to content

Migrate mapstructure dependency#827

Merged
mrodm merged 2 commits intoelastic:mainfrom
mrodm:update_mapstructure_dependency
Nov 5, 2024
Merged

Migrate mapstructure dependency#827
mrodm merged 2 commits intoelastic:mainfrom
mrodm:update_mapstructure_dependency

Conversation

@mrodm
Copy link
Copy Markdown
Contributor

@mrodm mrodm commented Nov 5, 2024

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

@mrodm mrodm self-assigned this Nov 5, 2024
@elasticmachine
Copy link
Copy Markdown

💚 Build Succeeded

History

cc @mrodm

@mrodm mrodm marked this pull request as ready for review November 5, 2024 11:51
@mrodm mrodm requested a review from a team as a code owner November 5, 2024 11:51
@mrodm mrodm merged commit 5e84490 into elastic:main Nov 5, 2024
@mrodm mrodm deleted the update_mapstructure_dependency branch November 5, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants