This repository was archived by the owner on Mar 6, 2020. It is now read-only.
The 0.4 series focuses on improvements to project dependency management.
New features (since 0.4.3)
depfilenow supportstag=sometagin addition toversion=semver. See #629gbnow uses thego/buildpackage for parsing source code. The previous importer introduced over the Dec 2015 break has been removed. No user visible change is expected.- @gliptak has added a bunch of code hygiene tools to the CI process, and subsequently fixed a lot of style and hygiene issues. Thanks!
Bug fixes (since 0.4.3)
gb-vendorno longer gets tripped up when a package refers to the copy ofgolang.org/x/net/http2/hpackvendored in the Go standard library after Go 1.6. Fixes #635gb-vendornow ignores invalid XML after tag when parsing vanity imports. Fixes #643. Thanks @sehgbnow builds cgo packages correctly on distributions that default to-PIEmode. Fixes #607. Thanks @rdwilliamsongb-vendornow refuses to accept more than one argument when the-allflag is used. Thanks @nubuntogb-vendor restorenow operates in parallel. Thanks @gsquiregb testnow works with Go 1.8. Fixes #690. Thanks to @freeformz for the test case.