Skip to content

Look for an alternative to go-yaml/yaml #66

New issue

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

Open
toby opened this issue Apr 1, 2025 · 1 comment
Open

Look for an alternative to go-yaml/yaml #66

toby opened this issue Apr 1, 2025 · 1 comment
Labels
dependencies Pull requests that update a dependency file

Comments

@toby
Copy link
Member

toby commented Apr 1, 2025

It seems https://github.com/go-yaml/yaml was recently archived, we should probably find a fresh alternative.

@mntlty
Copy link
Collaborator

mntlty commented Apr 3, 2025

@toby running

$ go mod why -m gopkg.in/yaml.v3
# gopkg.in/yaml.v3
github.com/github/github-mcp-server/cmd/github-mcp-server
github.com/spf13/viper
github.com/spf13/viper/internal/encoding/yaml
gopkg.in/yaml.v3

the package is a result of our dependency on https://github.com/spf13/viper, they would have to update their codebase.

I see an open issue spf13/viper#1773 to do just that

@SamMorrowDrums SamMorrowDrums added the dependencies Pull requests that update a dependency file label Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

3 participants