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.**