You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
It's frustrating for dep init to throw away all the constraints, especially for some of the imported configs that don't have constraints at all. dep is opinionated about avoiding pinning, but if someone really wants to, we shouldn't stand in the way. It's especially helpful for more complicated dep migrations, where it's not an immediately switchover.
I'd like to see something like dep init --strict which would do a couple things:
Don't throw away revision constraints
Don't guess at constraints, faithfully import what is found
Dep was officially deprecated earlier this year, and the proposal to archive this repository was accepted. As such, I'm closing outstanding issues before archiving the repository. For any further comments, please use the proposal thread on the Go issue tracker. Thanks!
It's frustrating for dep init to throw away all the constraints, especially for some of the imported configs that don't have constraints at all. dep is opinionated about avoiding pinning, but if someone really wants to, we shouldn't stand in the way. It's especially helpful for more complicated dep migrations, where it's not an immediately switchover.
I'd like to see something like
dep init --strict
which would do a couple things:The text was updated successfully, but these errors were encountered: