Hi,
Can you freeze the dependencies of all libraries in glide.yaml?
Either remove ^ or replace it with ~ (if you believe people know what patches are).
^ is too permissive. It prevents projects that depend on Hydra from building if any of those libraries has an issue.
Glossary: https://glide.readthedocs.io/en/latest/versions/
Hi,
Can you freeze the dependencies of all libraries in
glide.yaml?Either remove
^or replace it with~(if you believe people know what patches are).^is too permissive. It prevents projects that depend on Hydra from building if any of those libraries has an issue.Glossary: https://glide.readthedocs.io/en/latest/versions/