-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Closed
Description
- it's redundant, and potentially harmful, to specify
sourceinGopkg.tomlwhen it's not actually needed (and it's not in any of the cases i saw from skimming).- unless there's a specific reason that you need exactly those revisions for all those projects, and that they NEVER change under ANY circumstances, it's preferable that you instead just specify e.g.
branch = "master", and trustGopkg.lockto give you the version stability you want.- v0.4.1 of dep prunes automatically, and you have more granular controls over it from within
Gopkg.toml.- overrides should also be avoided, when possible. they can be useful as a one-time way of getting
Gopkg.lockto the right place, but once you've done that, you should ideally be able to remove them.- strongly prefer released versions to
go get-ing tip. we should have a curl-able installer soon Install.sh script for dep golang/dep#1533
ref. #9258
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels