-
Notifications
You must be signed in to change notification settings - Fork 1k
Should users manually edit Gopkg.toml when adding a dependency? #989
Comments
@F21 that's one acceptable path, but things are a bit different now, with the introduction of i will update the README tonight 😄 |
I just added a dependency using In my case, I was trying to add |
Yep, you're right in this hole. when that branch is implemented, it'll pick a constraint and append it into i considered waiting to merge #489 for it, but i decided to defer it, as things had already taken so long. this reminds me, though, that it should probably be one of our highest priority things on ensure right now /cc @ibrasho |
Oh, cool. That makes sense! 😄 Hope that makes it into dep soon. Other than that, dep has been working super well for us 👍 |
#994 is merged so this should be closed now. 👍 |
Thanks @sdboyer ! |
The instructions say that when adding a dependency, we should import the code and run
dep ensure
.Should we edit
Gopkg.toml
to include the new dependency as well?The text was updated successfully, but these errors were encountered: