Dep - Go dependency management tool

Dep - Go dependency management tool

What is dep?

dep was the “official experiment.” The Go toolchain, as of 1.11, has adopted an approach that sharply diverges from dep. As a result, we are continuing development of dep, but gearing work primarily towards the development of an alternative prototype for versioning behavior in the toolchain.

Installation

It is strongly recommended that you use a released version of dep. While tip is never purposefully broken, its stability is not guaranteed.

Binary Installation

Pre-compiled binaries are available on the releases page. You can use the install.sh script to automatically install one for your local platform:

1
  $ curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

MacOS

Install or upgrade to the latest released version with Homebrew:

1
2
  $ brew install dep
  $ brew upgrade dep

Read more…

Buy me a coffee

comments powered by Disqus