glide v0.13.3 Release Notes

Release Date: 2019-07-10 // almost 5 years ago
  • Note, glide is essentially unmaintained. Please consider using Go Modules or Dep.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  #1056: Fixed issue where Glide is not detecting crypto/ed25519, now in the stdlib (thanks @martinkunc)
    • ๐Ÿ›  #1033: Fixed segfault with Glide 0.13.2 when stripping Godep workspace (thanks @databus23)
    • ๐Ÿ›  Fixed issues with submodules in newer versions of git (via dependency update)

Previous changes from v0.13.2

  • ๐Ÿš€ This release fixes issues when stripping vendor directories from dependencies.

    ๐Ÿš€ Note, glide is mostly, though not completely, unmaintained and you should consider switching to dep until official tooling is released in a stable manner.