pydio / cells

Future-proof content collaboration platform
https://pydio.com
GNU Affero General Public License v3.0
1.78k stars 173 forks source link

Remove `github.com/ghodss/yaml` dependency #488

Closed Juneezee closed 1 year ago

Juneezee commented 1 year ago

At the time of making this commit, the package github.com/ghodss/yaml is no longer actively maintained.

We are only using github.com/ghodss/yaml in common/auth/mapping-rule.go. We can use gopkg.in/yaml.v2 instead.

cdujeu commented 1 year ago

nice spot although I think the dependency is in fact only used by the corresponding test file (not the actual code)