Dep

Go dependency management tool experiment (deprecated)
Alternatives To Dep
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Composer27,6457,5012,0666 hours ago168September 14, 2022154mitPHP
Dependency Manager for PHP
Poetry25,29732123a day ago153August 31, 2022605mitPython
Python packaging and dependency management made easy
Pnpm24,0121724428 hours ago897September 22, 20221,183mitTypeScript
Fast, disk space efficient package manager
Cocoapods14,1376,33923313 hours ago216September 13, 2021504otherRuby
The Cocoa Dependency Manager.
Dep12,995173313 years ago13June 13, 2019bsd-3-clauseGo
Go dependency management tool experiment (deprecated)
Patch Package8,7073679335 days ago84March 12, 2021182mitTypeScript
Fix broken node modules instantly 🏃🏽‍♀️💨
Athens4,1151a month ago44April 01, 2022142mitGo
A Go module datastore and proxy
Mint2,084
16 days agoApril 03, 201853mitSwift
A package manager that installs and runs executable Swift packages
Cpm.cmake1,923
14 days ago66mitCMake
📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.
Paket1,9132553 months ago2,505June 22, 2022754mitF#
A dependency manager for .NET with support for NuGet packages and Git repositories.
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