Avoid importing multiple YAML libraries
Open
help wanted
kind/refactoring
- Dominant language
- Go
- Stars
- 21.9k
- Forks
- 957
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 53
Description
Currently, Lima imports 4 libraries of YAML 😓
https://github.com/lima-vm/lima/blob/52f5ad31e4c1f2a58fc37d1191ceebfdd5150dbe/go.mod#L24
https://github.com/lima-vm/lima/blob/52f5ad31e4c1f2a58fc37d1191ceebfdd5150dbe/go.mod#L48
https://github.com/lima-vm/lima/blob/52f5ad31e4c1f2a58fc37d1191ceebfdd5150dbe/go.mod#L123
https://github.com/lima-vm/lima/blob/52f5ad31e4c1f2a58fc37d1191ceebfdd5150dbe/go.mod#L130
Wish Go had provided stdlib for YAML...
Contributor guide
Assessment
This issue has not been assessed yet.