Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
/depPublic archive

Go dependency management tool experiment (deprecated)

License

NotificationsYou must be signed in to change notification settings

golang/dep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build StatusWindows 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 havehad official support since Go 1.11. For more details, seehttps://golang.org/ref/mod.

For guides and reference materials aboutdep, seethe documentation.

Installation

You should use an officially released version. Release binaries are available onthereleases 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 fromgo.equinox.io.

On other platforms you can use theinstall.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 theINSTALL_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 platformto the release builds.

If you're interested in getting the source code, or hacking ondep, you caninstall viago get:

go get -u github.com/golang/dep/cmd/dep

About

Go dependency management tool experiment (deprecated)

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp