Remove dependency on gopkg.in/yaml.v3
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
See chore(deps): do not use the experimental package (!2614 - merged):
I was about to add a commit to change
gopkg.in/yaml.v3togo.yaml.in/yaml/v3but then noticed it is only used in a single place... and that is just some example code (config.NewExtensionused inconfig/examples/basic_usage.go)! It's a bit too much to import such a heavy library just for an example if you ask me. I think it'd be worth moving the example into just docs or a separate Go module.
Edited by 🤖 GitLab Bot 🤖