Update CONVENTIONS.md allowlist: replace gopkg.in/yaml.v3 with github.com/goccy/go-yaml #91
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Issue #87 and PR #89 implement the switch from
gopkg.in/yaml.v3togithub.com/goccy/go-yamlas originally required by #57. However, the CONVENTIONS.md approved dependency allowlist still lists onlygopkg.in/yaml.v3.Per the documented process in CONVENTIONS.md:
Action Required
Update the approved third-party packages table in CONVENTIONS.md:
gopkg.in/yaml.v3github.com/goccy/go-yaml(and subpackagesast,parser)This unblocks PR #89 which implements the actual migration.
Acceptance Criteria
github.com/goccy/go-yamlscripts/check-deps.shpasses with the new allowlist