-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
It would be nice if I could rewrite all dependencies of my package to the corresponding nut-version.
Something similar to running godep save -r github.com/fredr/mypackage/... that will rewrite all import paths in github.com/fredr/mypackage.
This would be to make sure I haven't imported locked packages form the GOPATH instead of the nut vendor dir. (i.e goimports probably chooses the GOPATH path)
And if it also could report any non-vendored packages would be nice (maybe that should be it's own command)
Makes sense?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels