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
Please describe your feature request. yq increasingly suffers from the fact that the underlying go-yaml/yaml library is rather unmaintained and lacks some important functionality for some yq use cases.
Describe the solution you'd like yq could migrate to a new kid in town, the goccy/go-yaml.
According to its README, the library aims to replace the go-yaml/yaml library and has some really nice additional features, such as:
Reversible transformation without using the AST for YAML that includes Anchors, Aliases, and Comments
This feature is in particular interesting for yq -i use cases, which unfortunately might modify whitespace due to limitations in the go-yaml/yaml library.
The text was updated successfully, but these errors were encountered:
Totally agree, I actually started doing this late 2023 but hit some snags on their repo. I can see That this was closed recently..worth trying again when I get free time
Please describe your feature request.
yq
increasingly suffers from the fact that the underlyinggo-yaml/yaml
library is rather unmaintained and lacks some important functionality for someyq
use cases.Describe the solution you'd like
yq
could migrate to a new kid in town, the goccy/go-yaml.According to its README, the library aims to replace the
go-yaml/yaml
library and has some really nice additional features, such as:This feature is in particular interesting for
yq -i
use cases, which unfortunately might modify whitespace due to limitations in thego-yaml/yaml
library.The text was updated successfully, but these errors were encountered: