PackageTrack
Sign in Get early access

github.com/Masterminds/glide

v0.13.3 Masterminds/glide

What this package is like to depend on

Last release 7 years ago

no release in 18 months

Release timing varies

gaps range from 3 weeks to 10 months

Nearly every release is documented

notes for 10 of 10 stable releases

Nothing withdrawn

no release was ever pulled

12 years old

46 releases · first in 2014

0 releases in the last 12 months

see the full history below

Release timeline

46 releases · Sep 2014 to Jul 2019
2015 2017 2019 2021 2023 2025
Release Pre-release

Releases

latest 46
  1. v0.13.4-0.20190710143844-b94b39d657d8 10 Jul 2019 pre-release

    Nothing published for this version

  2. v0.13.3 10 Jul 2019
    Release notes

    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)
    Open source →
    Release notes

    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)
    Open source →
    Release notes

    Release 0.13.3 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  3. v0.13.3-0.20190710134458-641fa7a9cb69 10 Jul 2019 pre-release

    Nothing published for this version

  4. v0.13.3-0.20190619141355-4aad4fd25ca8 19 Jun 2019 pre-release

    Nothing published for this version

  5. v0.13.2 26 Sep 2018
    Release notes

    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.

    Open source →
    Release notes

    Fixed

    • #956: Fixed Error handling nested vendor folders (thanks @apynes2)
    • #953: Fixed issue where error was not propagating
    Open source →
    Release notes

    Release 0.13.2

    Compare

    Choose a tag to compare

    Open source →
  6. v0.13.2-0.20171214012703-3e13fd16ed5b 14 Dec 2017 pre-release

    Nothing published for this version

  7. v0.13.1 07 Nov 2017
    Release notes

    Fixed

    • #935: Fix handling of new core package math/bits (thanks @prateek)
    Open source →
    Release notes

    Fixed

    • #935: Fix handling of new core package math/bits (thanks @prateek)
    Open source →
    Release notes

    Release 0.13.1

    Compare

    Choose a tag to compare

    Open source →
  8. v0.13.0 28 Sep 2017
    Release notes

    The latest release of Glide brings continued support.

    Consider switching to dep

    Glide is used by a great number of projects and will continue to get support for some time. But, the near future is likely in dep. dep can handle importing Glide config files. Please consider trying dep on your project or converting to dep. If you encounter an issue please check if there is an existing bug report and file one if there is not.

    Glide will continue to be supported for some time as there are many users who rely on it and some are not able or ready to move to dep.

    Added

    • #631: Verify version during build in automation (thanks @breerly)
    • #711: Added a commit hash example to the docs (thanks @mh-cbon)
    • #771: Handling default GOPATH for Go 1.8
    • #814: Adding install instructions for Ubuntu 17.04 (thanks @HaraldNordgren)
    • #870: Added support for s390x architecture (thanks @Nayana-ibm)

    Changed

    • #582: Removed verbose flag as it was not being used (thanks @kelcecil)
    • #697: Preserve vendor/.git, if it exists. (thanks @sdboyer)
    • #686: Make ending dots in output more consistent (thanks @stevenroose)
    • #748: Updated tests to work windows and add windows CI testing
    • #717: Cache GOROOT at init time for performance (thanks @heyitsanthony)
    • #797, #821, #908: Updating to the latest version of the dependencies
    • #800: Allow VERSION of glide to be passed in with build script (thanks @BlackYoup)
    • #774: Add docs on using go get to install glide (thanks @philoserf)
    • #907: Updated Travis CI language versions of Go to test against (thanks @dvrkps)
    • #916: Update gox to version managed by Masterminds for builds

    Fixed

    • #736: Find home dir without using cgo (thanks @krancour)
    • #603: Fixed where, in some cases not importing dependencies config
    • #620: Fixed grammar usage on projects (thanks @server-monitor)
    • #623: Fixed typos in help and (thanks @jonboulle)
    • #628: Fixed typos (thanks @philoserf)
    • #733: Fixed documentation issues (thanks @matiasanaya)
    • #747: Fixed issue with glide home directory (thanks @agatan)
    • #759: More spelling fixes (thanks @jbirch)
    • #775: Even more doc typo fixes (thanks @cristiangreco)
    • #811: Fixed issue with windows git submodules
    • #819: Fixed more typos (thanks @zoofood)
    • #829: Fixed preservation of .git files correctly (@RaduBerinde)
    • #778: Fixed removing and moving large sets of files fails on Windows
    • #910: Fixed issue due to go/build.ImportDir change response on not found dir
    • #906: Fixed CustomRemoveAll() to handle spaces in paths, and also file not found (thanks @jpz)
    Open source →
    Release notes

    Added

    • #631: Verify version during build in automation (thanks @breerly)
    • #711: Added a commit hash example to the docs (thanks @mh-cbon)
    • #771: Handling default GOPATH for Go 1.8
    • #814: Adding install instructions for Ubuntu 17.04 (thanks @HaraldNordgren)
    • #870: Added support for s390x architecture (thanks @Nayana-ibm)

    Changed

    • #582: Removed verbose flag as it was not being used (thanks @kelcecil)
    • #697: Preserve vendor/.git, if it exists. (thanks @sdboyer)
    • #686: Make ending dots in output more consistent (thanks @stevenroose)
    • #748: Updated tests to work windows and add windows CI testing
    • #717: Cache GOROOT at init time for performance (thanks @heyitsanthony)
    • #797, #821, #908: Updating to the latest version of the dependencies
    • #800: Allow VERSION of glide to be passed in with build script (thanks @BlackYoup)
    • #774: Add docs on using go get to install glide (thanks @philoserf)
    • #907: Updated Travis CI language versions of Go to test against (thanks @dvrkps)
    • #916: Update gox to version managed by Masterminds for builds

    Fixed

    • #736: Find home dir without using cgo (thanks @krancour)
    • #603: Fixed where, in some cases not importing dependencies config
    • #620: Fixed grammar usage on projects (thanks @server-monitor)
    • #623: Fixed typos in help and (thanks @jonboulle)
    • #628: Fixed typos (thanks @philoserf)
    • #733: Fixed documentation issues (thanks @matiasanaya)
    • #747: Fixed issue with glide home directory (thanks @agatan)
    • #759: More spelling fixes (thanks @jbirch)
    • #775: Even more doc typo fixes (thanks @cristiangreco)
    • #811: Fixed issue with windows git submodules
    • #819: Fixed more typos (thanks @zoofood)
    • #829: Fixed preservation of .git files correctly (@RaduBerinde)
    • #778: Fixed removing and moving large sets of files fails on Windows
    • #910: Fixed issue due to go/build.ImportDir change response on not found dir
    • #906: Fixed CustomRemoveAll() to handle spaces in paths, and also file not found (thanks @jpz)
    Open source →
    Release notes

    Release 0.13.0

    Compare

    Choose a tag to compare

    Open source →
  9. v0.12.3 03 Oct 2016
    Release notes

    Fixed

    • #615: Fixed possible situation where resolver could get stuck in a loop
    Open source →
    Release notes

    Fixed

    • #615: Fixed possible situation where resolver could get stuck in a loop
    Open source →
    Release notes

    Release 0.12.3

    Compare

    Choose a tag to compare

    Open source →
  10. v0.12.2 13 Sep 2016
    Release notes

    Fixed

    • #599: In some cases was not importing dependencies config
    • #601: Fixed issue where --all-dependencies flag stopped working
    Open source →
    Release notes

    Fixed

    • #599: In some cases was not importing dependencies config
    • #601: Fixed issue where --all-dependencies flag stopped working
    Open source →
    Release notes

    Release 0.12.2

    Compare

    Choose a tag to compare

    Open source →
  11. v0.12.2-0.20170707023112-245caced2b16 07 Jul 2017 pre-release

    Nothing published for this version

  12. v0.12.2-0.20170524173652-4b407b34822c 24 May 2017 pre-release

    Nothing published for this version

  13. v0.12.2-0.20170321010122-869001d1571c 21 Mar 2017 pre-release

    Nothing published for this version

  14. v0.12.2-0.20170124150100-ab0972eb70bb 24 Jan 2017 pre-release

    Nothing published for this version

  15. v0.12.2-0.20161011133902-21ff6d397ccc 11 Oct 2016 pre-release

    Nothing published for this version

  16. v0.12.2-0.20161005141558-cfde1caa6b39 05 Oct 2016 pre-release

    Nothing published for this version

  17. v0.12.1 31 Aug 2016
    Release notes

    Fixed

    • #578: Not resolving parent project packages in some cases
    • #580: cross-device error handling failed on Windows in some cases
    • #590: When exit signal received remove global lock

    Note, Plan 9 is an experimental OS for Go. Due to some issues we are not going
    to be supporting builds for it at this time.

    Open source →
    Release notes

    Fixed

    • #578: Not resolving parent project packages in some cases
    • #580: cross-device error handling failed on Windows in some cases
    • #590: When exit signal received remove global lock

    Note, Plan 9 is an experimental OS for Go. Due to some issues we are not going to be supporting builds for it at this time.

    Open source →
    Release notes

    Release 0.12.1

    Compare

    Choose a tag to compare

    Open source →
  18. v0.12.0 23 Aug 2016
    Release notes

    Added

    • Support for distributions in FreeBSD, OpenBSD, NetBSD, and Plan9
    • #528: ARM release support (thanks @franciscocpg)
    • #563: Added initial integration testing
    • #533: Log VCS output with debug (--debug switch) when there was a VCS error (thanks @atombender)
    • #39: Added support for mirrors. See the mirror command and subcommands

    Changed

    • #521: Sort subpackages for glide.yaml and glide.lock to avoid spurious diffs
    • #487: Skip lookup of subpackage location when parent repo is already known
      This skips unnecessary network requests (thanks @hori-ryota)
    • #492 and #547: Dependencies are now resolved in a global cache and exported to
      vendor/ directories. This allows sharing of VCS data between projects without
      upseting the GOPATH versions and is faster for projects vendoring dependencies.
      Some flags including --update-vendored, --cache-gopath, --use-gopath, and some
      others are deprecated and no longer needed.

    Fixed

    • #287: When file or directory not found provide useful message
    • #559: Fixed error is nil issue (thanks @mfycheng)
    • #553: Export was failing with different physical devices
    • #542: Glide failed to detect some test dependencies (thanks @sdboyer)
    • #517: Fixed failure to install testImport from lock when no imports present
      or when same dependency on both import and testImport
    • #440: Fixed panic in glide tree when walking the filesystem (thanks @abhin4v)
    • #529: --delete flag deleted and re-downloaded transitive dependencies
    • #535: Resolve vendor directory symlinks (thanks @Fugiman)
    Open source →
    Release notes

    Added

    • Support for distributions in FreeBSD, OpenBSD, NetBSD, and Plan9
    • #528: ARM release support (thanks @franciscocpg)
    • #563: Added initial integration testing
    • #533: Log VCS output with debug (--debug switch) when there was a VCS error (thanks @atombender)
    • #39: Added support for mirrors. See the mirror command and subcommands

    Changed

    • #521: Sort subpackages for glide.yaml and glide.lock to avoid spurious diffs
    • #487: Skip lookup of subpackage location when parent repo is already known This skips unnecessary network requests (thanks @hori-ryota)
    • #492 and #547: Dependencies are now resolved in a global cache and exported to vendor/ directories. This allows sharing of VCS data between projects without upseting the GOPATH versions and is faster for projects vendoring dependencies. Some flags including --update-vendored, --cache-gopath, --use-gopath, and some others are deprecated and no longer needed.

    Fixed

    • #287: When file or directory not found provide useful message
    • #559: Fixed error is nil issue (thanks @mfycheng)
    • #553: Export was failing with different physical devices
    • #542: Glide failed to detect some test dependencies (thanks @sdboyer)
    • #517: Fixed failure to install testImport from lock when no imports present or when same dependency on both import and testImport
    • #440: Fixed panic in glide tree when walking the filesystem (thanks @abhin4v)
    • #529: --delete flag deleted and re-downloaded transitive dependencies
    • #535: Resolve vendor directory symlinks (thanks @Fugiman)
    Open source →
    Release notes

    Release 0.12.0

    Compare

    Choose a tag to compare

    Open source →
  19. v0.11.2-0.20160909134434-2756e25ce7b7 09 Sep 2016 pre-release

    Nothing published for this version

  20. v0.11.2-0.20160808131640-015133a9ac9e 08 Aug 2016 pre-release

    Nothing published for this version

  21. v0.11.1 21 Jul 2016
    Release notes

    Fixed

    • #505: Ignored dependency showing up in testImport
    Open source →
    Release notes

    Fixed

    • #505: Ignored dependency showing up in testImport
    Open source →
    Release notes

    Release 0.11.1

    Compare

    Choose a tag to compare

    Open source →
  22. v0.11.0 05 Jul 2016
    Release notes

    Added

    • #461: Resolve test imports
    • #458: Wizard and version detection are now on glide get
    • #444: New config wizard helps you find versions and set ranges. Can be run from
      glide init or as separate command
    • #438: Added ability to read symlink basedirs (thanks @klnusbaum)
    • #436: Added .idea to .gitignore
    • #393 and #401: Added a PPA (https://github.com/Masterminds/glide-ppa) and instructions
      on using it (thanks @franciscocpg)
    • #390: Added support for custom Go executable name. Needed for environments like
      appengine. Environment variable GLIDE_GO_EXECUTABLE (thanks @dpmcnevin)
    • #382: glide info command takes a format string and returns info (thanks @franciscocpg)
    • #365: glide list: support json output format (thanks @chancez)

    Changed

    • Tags are now in the form v[SemVer]. The change is the initial v on the tag.
      This is to conform with other Go tools that require this.
    • #501: Updating the plugins documentation and adding listing
    • #500: Log an error if stripping version control data fails (thanks @alexbrand)
    • #496: Updated to github.com/Masterminds/semver 1.1.1
    • #495: Updated to github.com/Masterminds/vcs 1.8.0
    • #494: Glide install skips fetch when it is up to date
    • #489: Make shared funcs for lockfile usage (thanks @heewa)
    • #459: When a conflict occurs output the tag, if one exists, for the commit
    • #443: Updating message indentation to be uniform
    • #431: Updated the docs on subpackages
    • #433: The global shared cache was reworked in prep for future uses
    • #396: Don't update the lock file if nothing has changed

    Fixed

    • #460: Sometimes ignored packages were written to lock file. Fixed.
    • #463: Fixed possible nil pointer issues
    • #453: Fix DeleteUnused flag which was not working (thanks @s-urbaniak)
    • #432: Fixed issue with new net/http/httptrace std lib package
    • #392: Correctly normalize Windows package paths (thanks @jrick)
    • #395: Creating the cache key did not handle SCP properly
    • #386: Fixed help text indentation
    • #383: Failed glide get had been updating files. No longer does this

    And thanks to @derelk, @franciscocpg, @shawnps, @kngu9, @tugberkugurlu, @rhcarvalho,
    @gyuho, and @7imon7ays for documentation updates.

    Open source →
    Release notes

    Added

    • #461: Resolve test imports
    • #458: Wizard and version detection are now on glide get
    • #444: New config wizard helps you find versions and set ranges. Can be run from glide init or as separate command
    • #438: Added ability to read symlink basedirs (thanks @klnusbaum)
    • #436: Added .idea to .gitignore
    • #393 and #401: Added a PPA (https://github.com/Masterminds/glide-ppa) and instructions on using it (thanks @franciscocpg)
    • #390: Added support for custom Go executable name. Needed for environments like appengine. Environment variable GLIDE_GO_EXECUTABLE (thanks @dpmcnevin)
    • #382: glide info command takes a format string and returns info (thanks @franciscocpg)
    • #365: glide list: support json output format (thanks @chancez)

    Changed

    • Tags are now in the form v[SemVer]. The change is the initial v on the tag. This is to conform with other Go tools that require this.
    • #501: Updating the plugins documentation and adding listing
    • #500: Log an error if stripping version control data fails (thanks @alexbrand)
    • #496: Updated to github.com/Masterminds/semver 1.1.1
    • #495: Updated to github.com/Masterminds/vcs 1.8.0
    • #494: Glide install skips fetch when it is up to date
    • #489: Make shared funcs for lockfile usage (thanks @heewa)
    • #459: When a conflict occurs output the tag, if one exists, for the commit
    • #443: Updating message indentation to be uniform
    • #431: Updated the docs on subpackages
    • #433: The global shared cache was reworked in prep for future uses
    • #396: Don't update the lock file if nothing has changed

    Fixed

    • #460: Sometimes ignored packages were written to lock file. Fixed.
    • #463: Fixed possible nil pointer issues
    • #453: Fix DeleteUnused flag which was not working (thanks @s-urbaniak)
    • #432: Fixed issue with new net/http/httptrace std lib package
    • #392: Correctly normalize Windows package paths (thanks @jrick)
    • #395: Creating the cache key did not handle SCP properly
    • #386: Fixed help text indentation
    • #383: Failed glide get had been updating files. No longer does this

    And thanks to @derelk, @franciscocpg, @shawnps, @kngu9, @tugberkugurlu, @rhcarvalho, @gyuho, and @7imon7ays for documentation updates.

    Open source →
    Release notes

    Release 0.11.0

    Compare

    Choose a tag to compare

    Open source →
  23. v0.0.0-20190710143844-b94b39d657d8 10 Jul 2019 pre-release

    Nothing published for this version

  24. v0.0.0-20171214012703-3e13fd16ed5b 14 Dec 2017 pre-release

    Nothing published for this version

  25. v0.0.0-20170524173652-4b407b34822c 24 May 2017 pre-release

    Nothing published for this version

  26. v0.0.0-20170321010122-869001d1571c 21 Mar 2017 pre-release

    Nothing published for this version

  27. v0.0.0-20161003133945-84607742b10f 03 Oct 2016 pre-release

    Nothing published for this version

  28. v0.0.0-20160614140905-23f6a9d8e774 14 Jun 2016 pre-release

    Nothing published for this version

  29. v0.0.0-20160505135211-e73500c73591 05 May 2016 pre-release

    Nothing published for this version

  30. v0.0.0-20160406184823-2d0eb388e16d 06 Apr 2016 pre-release

    Nothing published for this version

  31. v0.0.0-20160325160332-7c3e752d4bc8 25 Mar 2016 pre-release

    Nothing published for this version

  32. v0.0.0-20160324201259-793e18bbb1fb 24 Mar 2016 pre-release

    Nothing published for this version

  33. v0.0.0-20160308160051-71e7ec09fbba 08 Mar 2016 pre-release

    Nothing published for this version

  34. v0.0.0-20160225172157-3c7bfad8d867 25 Feb 2016 pre-release

    Nothing published for this version

  35. v0.0.0-20160224162501-bff8b50d232e 24 Feb 2016 pre-release

    Nothing published for this version

  36. v0.0.0-20160218012856-2eab91fab790 18 Feb 2016 pre-release

    Nothing published for this version

  37. v0.0.0-20151230174313-4662222efe9d 30 Dec 2015 pre-release

    Nothing published for this version

  38. v0.0.0-20151221152326-8b683f9ec07f 21 Dec 2015 pre-release

    Nothing published for this version

  39. v0.0.0-20151211020409-fa61cab714d2 11 Dec 2015 pre-release

    Nothing published for this version

  40. v0.0.0-20151116142847-9e866a1614bd 16 Nov 2015 pre-release

    Nothing published for this version

  41. v0.0.0-20151102151136-a6c845394686 02 Nov 2015 pre-release

    Nothing published for this version

  42. v0.0.0-20150921132500-40cc7e59924e 21 Sep 2015 pre-release

    Nothing published for this version

  43. v0.0.0-20150819203112-8a45545fbd22 19 Aug 2015 pre-release

    Nothing published for this version

  44. v0.0.0-20150713144244-48a047d0ff47 13 Jul 2015 pre-release

    Nothing published for this version

  45. v0.0.0-20141003155558-d340ca0bd068 03 Oct 2014 pre-release

    Nothing published for this version

  46. v0.0.0-20140919163258-2966507b35f7 19 Sep 2014 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive