-
Notifications
You must be signed in to change notification settings - Fork 846
chore: Move to maintained yaml library #4227
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,7 +3,7 @@ package gator | |||||
| import ( | ||||||
| "encoding/json" | ||||||
|
|
||||||
| "gopkg.in/yaml.v3" | ||||||
| "go.yaml.in/yaml/v3" | ||||||
mrueg marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| "go.yaml.in/yaml/v3" | |
| "gopkg.in/yaml.v3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mrueg should we just move to v4? are there breaking changes from v3 - v4?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to keep the change set minimal. v4 hasn't had an official release. latest is https://github.com/yaml/go-yaml/releases/tag/v4.0.0-rc.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense.