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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -16,34 +16,34 @@ BUG FIXES:
16
16
17
17
NEW FEATURES:
18
18
* Absorb `dep prune` into `dep ensure`. ([#944](https://github.com/golang/dep/issues/944))
19
-
* Add support for importing from [glock](https://github.com/robfig/glock) based projects. ([#1422](https://github.com/golang/dep/pull/1422)
20
-
* Add support for importing from [govendor](https://github.com/kardianos/govendor) based projects. ([#815](https://github.com/golang/dep/pull/815)
19
+
* Add support for importing from [glock](https://github.com/robfig/glock) based projects. ([#1422](https://github.com/golang/dep/pull/1422))
20
+
* Add support for importing from [govendor](https://github.com/kardianos/govendor) based projects. ([#815](https://github.com/golang/dep/pull/815))
21
21
* Allow override of cache directory location using environment variable `DEPCACHEDIR`. ([#1234](https://github.com/golang/dep/pull/1234))
22
-
* Add support for template output in `dep status`. ([#1389](https://github.com/golang/dep/pull/1389)
23
-
* Each element in a multi-item TOML array is output on its own line. ([#1461](https://github.com/golang/dep/pull/1461)
22
+
* Add support for template output in `dep status`. ([#1389](https://github.com/golang/dep/pull/1389))
23
+
* Each element in a multi-item TOML array is output on its own line. ([#1461](https://github.com/golang/dep/pull/1461))
24
24
25
25
BUG FIXES:
26
26
27
-
* Releases targeting Windows now have a `.exe` suffix. ([#1291](https://github.com/golang/dep/pull/1291)
28
-
* Adaptively recover from dirty and corrupted git repositories in cache. ([#1279](https://github.com/golang/dep/pull/1279)
29
-
* Suppress git password prompts in more places. ([#1357](https://github.com/golang/dep/pull/1357)
30
-
* Fix `-no-vendor` flag for `ensure -update`. ([#1361](https://github.com/golang/dep/pull/1361)
31
-
* Validate `git ls-remote` output and ignore all malformed lines. ([#1379](https://github.com/golang/dep/pull/1379)
32
-
* Support [gopkg.in version zero](http://labix.org/gopkg.in#VersionZero). ([#1243](https://github.com/golang/dep/pull/1243)
33
-
* Fix how dep status print revision constraints. ([#1421](https://github.com/golang/dep/pull/1421)
34
-
* Add optional `-v` flag to ensure sub command's syntax. ([#1458](https://github.com/golang/dep/pull/1458)
35
-
* Allow URLs containing ports in `Gopkg.toml``source` fields. ([#1509](https://github.com/golang/dep/pull/1509)
27
+
* Releases targeting Windows now have a `.exe` suffix. ([#1291](https://github.com/golang/dep/pull/1291))
28
+
* Adaptively recover from dirty and corrupted git repositories in cache. ([#1279](https://github.com/golang/dep/pull/1279))
29
+
* Suppress git password prompts in more places. ([#1357](https://github.com/golang/dep/pull/1357))
30
+
* Fix `-no-vendor` flag for `ensure -update`. ([#1361](https://github.com/golang/dep/pull/1361))
31
+
* Validate `git ls-remote` output and ignore all malformed lines. ([#1379](https://github.com/golang/dep/pull/1379))
32
+
* Support [gopkg.in version zero](http://labix.org/gopkg.in#VersionZero). ([#1243](https://github.com/golang/dep/pull/1243))
33
+
* Fix how dep status print revision constraints. ([#1421](https://github.com/golang/dep/pull/1421))
34
+
* Add optional `-v` flag to ensure sub command's syntax. ([#1458](https://github.com/golang/dep/pull/1458))
35
+
* Allow URLs containing ports in `Gopkg.toml``source` fields. ([#1509](https://github.com/golang/dep/pull/1509))
36
36
37
37
IMPROVEMENTS:
38
38
39
39
* Log as dependencies are pre-fetched during dep init. ([#1176](https://github.com/golang/dep/pull/1176))
40
40
* Make the gps package importable. ([#1349](https://github.com/golang/dep/pull/1349))
41
-
* Improve file copy performance by not forcing a file sync. ([#1408](https://github.com/golang/dep/pull/1408)
41
+
* Improve file copy performance by not forcing a file sync. ([#1408](https://github.com/golang/dep/pull/1408))
42
42
* Skip empty constraints during import. ([#1414](https://github.com/golang/dep/pull/1349))
43
43
* Handle errors when writing status output. ([#1420](https://github.com/golang/dep/pull/1420))
44
-
* Add constraint for locked projects in `dep status`. ([#962](https://github.com/golang/dep/pull/962)
44
+
* Add constraint for locked projects in `dep status`. ([#962](https://github.com/golang/dep/pull/962))
45
45
* Make external config importers error tolerant. ([#1315](https://github.com/golang/dep/pull/1315))
46
-
* Show LATEST and VERSION as the same type in status. ([#1515](https://github.com/golang/dep/pull/1515)
46
+
* Show LATEST and VERSION as the same type in status. ([#1515](https://github.com/golang/dep/pull/1515))
47
47
* Warn when [[constraint]] rules that will have no effect. ([#1534](https://github.com/golang/dep/pull/1534))
0 commit comments