Dep

Go 依赖管理工具。(Go dependency management tool)

Github星跟踪图

Would you like to see your company name here? We're looking for a stable source of
funding.

Dep

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

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.

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

Feedback

Feedback is greatly appreciated.
At this stage, the maintainers are most interested in feedback centered on the user experience (UX) of the tool.
Do you have workflows that the tool supports well, or doesn't support at all?
Do any of the commands have surprising effects, output, or results?
Let us know by filing an issue, describing what you did or wanted to do, what you expected to happen, and what actually happened.

Contributing

Contributions are greatly appreciated.
The maintainers actively manage the issues list, and try to highlight issues suitable for newcomers.
The project follows the typical GitHub pull request model.
See CONTRIBUTING.md for more details.
Before starting any work, please either comment on an existing issue, or file a new one.

主要指标

概览
名称与所有者golang/dep
主编程语言Go
编程语言Go (语言数: 5)
平台BSD, Linux, Mac, Windows
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2016-10-07 00:04:51
推送于2020-09-05 13:47:25
最后一次提交2020-09-04 16:38:32
发布数13
最新版本名称v0.5.4 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数12.8k
关注者数255
派生数1k
提交数3.3k
已启用问题?
问题数1355
打开的问题数0
拉请求数683
打开的拉请求数0
关闭的拉请求数211
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?