dep v0.5.1 Release Notes

Release Date: 2019-03-11 // about 5 years ago
  • 🚀 Released on February 16, 2019

    👌 IMPROVEMENTS:

    • ➕ Add CI tests against go1.11.
    • 🛠 Fix indefinite hang cloning Git repositories that failed fsck checks. (#2070)
    • The noverify field in Gopkg.toml allows for the preservation of excess files under vendor. (#2002)
    • ➕ Add releases for arm, armv6 (#2102), s390x (#2070), and ppc architectures.
    • 🛠 Fix handling of cyclic import graphs (#2003).
    • 🛠 Fix error in preservation of vendor/.git (#2000).
    • 🛠 Fix an edge case in lockdiff where all the projects may be removed from the lock file (#1972).
    • 🛠 Fix panic related to projects. (#1945)

    🐛 BUG FIXES:

    • 🔒 Correctly handle certain cases where dep ensure removed projects from Gopkg.lock. (#1945).