From 93e2fbd58d541366bbbb1ddef66db9a98c87f7b6 Mon Sep 17 00:00:00 2001 From: Rodin <4+rodin@noreply.gitea.weiker.me> Date: Tue, 12 May 2026 20:52:31 +0000 Subject: [PATCH] docs: update YAML library to github.com/goccy/go-yaml in CONVENTIONS.md --- CONVENTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONVENTIONS.md b/CONVENTIONS.md index 5c3839c..089ef1f 100644 --- a/CONVENTIONS.md +++ b/CONVENTIONS.md @@ -9,7 +9,7 @@ | Package | Use Case | Scope | |---------|----------|-------| -| `gopkg.in/yaml.v3` | YAML parsing (persona files, config) | production | +| `github.com/goccy/go-yaml` | YAML parsing (persona files, config) | production | | `github.com/google/go-cmp` | Test comparisons (`cmp.Diff`) | test only | **Any import not in this table or the Go standard library is forbidden.**