Dep

Go dependency management tool experiment (deprecated)
Alternatives To Dep
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Composer27,5017,5012,06619 hours ago168September 14, 2022145mitPHP
Dependency Manager for PHP
Poetry24,398321232 days ago153August 31, 2022711mitPython
Python packaging and dependency management made easy
Pnpm22,749172442a day ago897September 22, 20221,065mitTypeScript
Fast, disk space efficient package manager
Cocoapods14,0076,3392333 days ago216September 13, 2021472otherRuby
The Cocoa Dependency Manager.
Dep12,995173313 years ago13June 13, 2019bsd-3-clauseGo
Go dependency management tool experiment (deprecated)
Patch Package8,3843679334 days ago84March 12, 2021176mitTypeScript
Fix broken node modules instantly 🏃🏽‍♀️💨
Athens4,08612 days ago44April 01, 2022140mitGo
A Go module datastore and proxy
Mint2,032
3 months agoApril 03, 201850mitSwift
A package manager that installs and runs executable Swift packages
Paket1,91325519 days ago2,505June 22, 2022754mitF#
A dependency manager for .NET with support for NuGet packages and Git repositories.
Cpm.cmake1,718
9 days ago63mitCMake
📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.
Alternatives To Dep
Select To Compare


Alternative Project Comparisons
Readme

Build Status Windows Build Status

Dep

dep is a dependency management tool for Go. It requires Go 1.9 or newer to compile.

NOTE: Dep was an official experiment to implement a package manager for Go. As of 2020, Dep is deprecated and archived in favor of Go modules, which have had official support since Go 1.11. For more details, see https://golang.org/ref/mod.

For guides and reference materials about dep, see the documentation.

Installation

You should use an officially released version. Release binaries are available on the releases page.

On MacOS you can install or upgrade to the latest released version with Homebrew:

$ brew install dep
$ brew upgrade dep

On Debian platforms you can install or upgrade to the latest version with apt-get:

$ sudo apt-get install go-dep

On Windows, you can download a tarball from go.equinox.io.

On other platforms you can use the install.sh script:

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

It will install into your $GOPATH/bin directory by default or any other directory you specify using the INSTALL_DIRECTORY environment variable.

If your platform is not supported, you'll need to build it manually or let the team know and we'll consider adding your platform to the release builds.

If you're interested in getting the source code, or hacking on dep, you can install via go get:

go get -u github.com/golang/dep/cmd/dep
Popular Dependency Manager Projects
Popular Package Manager Projects
Popular Package Managers Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Golang
Package Manager
Dependency Manager