зеркало из https://github.com/golang/dep.git
Changelog: Move -no-vendor -dry-run behaviour to NEW FEATURES section
This commit is contained in:
Родитель
d19eb1769f
Коммит
9db18d89a8
|
@ -5,6 +5,8 @@ NEW FEATURES:
|
|||
* Wildcard ignore support. (#1156)
|
||||
* Disable SourceManager lock by setting `DEPNOLOCK` environment variable.
|
||||
(#1206)
|
||||
* `dep ensure -no-vendor -dry-run` now exits with an error when changes would
|
||||
have to be made to `Gopkg.lock`. This is useful for CI. (#1256)
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
|
@ -28,8 +30,6 @@ IMPROVEMENTS:
|
|||
Improving performance when updating dependencies with `-update`. (#1175)
|
||||
* `dep status` now concurrently fetches repo info. Improving status performance.
|
||||
(#1135)
|
||||
* `dep ensure -no-vendor -dry-run` now exits with an error when changes would
|
||||
have to be made to `Gopkg.lock`. This is useful for CI. (#1256)
|
||||
* gps: Add SourceURLsForPath() to SourceManager. (#1166)
|
||||
* gps: Include output in error. (#1180)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче