Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 5a7960a

Browse files
authored
Merge pull request #1912 from sdboyer/verify-vendor
Vendor verification
2 parents 1208520 + fc9484a commit 5a7960a

File tree

132 files changed

+3261
-2221
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+3261
-2221
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# (next version)
22

3+
# v0.5.0
4+
35
NEW FEATURES:
46

57
* Add CI tests against go1.10. Drop support for go1.8. ([#1620](https://github.com/golang/dep/pull/1620)).
68
* Added `install.sh` script. ([#1533](https://github.com/golang/dep/pull/1533)).
79
* List out of date projects in dep status ([#1553](https://github.com/golang/dep/pull/1553)).
810
* Enabled opt-in persistent caching via `DEPCACHEAGE` env var. ([#1711](https://github.com/golang/dep/pull/1711)).
911
* Allow `DEPPROJECTROOT` [environment variable](https://golang.github.io/dep/docs/env-vars.html#depprojectroot) to supersede GOPATH deduction and explicitly set the current project's [root](https://golang.github.io/dep/docs/glossary.html#project-root) ([#1883](https://github.com/golang/dep/pull/1883)).
12+
* `dep ensure` now explains what changes to the code or Gopkg.toml have induced solving ([#1912](https://github.com/golang/dep/pull/1912)).
13+
* Hash digests of vendor contents are now stored in `Gopkg.lock`, and the contents of vendor are only rewritten on change or hash mismatch ([#1912](https://github.com/golang/dep/pull/1912)).
1014

1115
BUG FIXES:
1216

@@ -17,6 +21,7 @@ IMPROVEMENTS:
1721
* Add template operations support in dep status template output ([#1549](https://github.com/golang/dep/pull/1549)).
1822
* Reduce network access by trusting local source information and only pulling from upstream when necessary ([#1250](https://github.com/golang/dep/pull/1250)).
1923
* Update our dependency on Masterminds/semver to follow upstream again now that [Masterminds/semver#67](https://github.com/Masterminds/semver/pull/67) is merged([#1792](https://github.com/golang/dep/pull/1792)).
24+
* `inputs-digest` was removed from `Gopkg.lock` ([#1912](https://github.com/golang/dep/pull/1912)).
2025
* Don't exclude `Godeps` folder ([#1822](https://github.com/golang/dep/issues/1822)).
2126

2227
WIP:

Gopkg.lock

+42-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)