This repo pulls vulnerable dependencies. For example, [yaml.v2 <2.4.0](https://security.snyk.io/package/golang/github.com%2Fgo-yaml%2Fyaml) I noticed this when a dependency of mine ended up pulling in [v1.11.1](https://github.com/prometheus/client_golang/tree/v1.11.1), which depends on [prometheus/common@v0.26.0](https://github.com/prometheus/common/tree/v0.26.0), which depends on [v1.7.1](https://github.com/prometheus/client_golang/tree/v1.7.1). This circular dependency is causing a bunch of older dependencies to linger. As far as I can tell, this is still happening right now on `main`.