chore: depguard gopkg.in/yaml.v3 (#8980)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8980
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
Earl Warren 2025-08-21 14:17:43 +02:00 committed by Earl Warren
commit f15cffb737

View file

@ -44,6 +44,8 @@ linters:
desc: use crypto/sha256 instead, see https://codeberg.org/forgejo/forgejo/pulls/1528
- pkg: github.com/go-git/go-git
desc: use forgejo.org/modules/git instead, see https://codeberg.org/forgejo/forgejo/pulls/4941
- pkg: gopkg.in/yaml.v3
desc: use go.yaml.in/yaml instead, see https://codeberg.org/forgejo/forgejo/pulls/8956
gocritic:
disabled-checks:
- ifElseChain