MyGit

golang/dep

Fork: 1135 Star: 12920 (更新于 1970-01-01 00:00:00)

license: BSD-3-Clause

Language: Go .

Go dependency management tool experiment (deprecated)

最后发布版本: v0.5.4 ( 2019-07-01 14:02:45)

官方网址 GitHub网址

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

最近版本更新:(数据更新于 1970-01-01 00:00:00)

2019-07-01 14:02:45 v0.5.4

2019-05-14 00:35:53 v0.5.3

2019-05-09 05:41:39 0.5.2

2019-03-11 13:18:17 v0.5.1

2018-07-26 12:51:38 v0.5.0

2018-01-25 08:59:44 v0.4.1

2018-01-25 08:53:59 v0.4.0

2017-10-19 17:33:23 v0.3.2

2017-09-19 12:23:00 v0.3.1

2017-08-04 22:38:31 v0.3.0

主题(topics):

dependency-manager, golang, package-manager, toolchain

golang/dep同语言 Go最近更新仓库

2024-11-22 20:14:47 daytonaio/daytona

2024-11-22 15:17:23 SagerNet/sing-box

2024-11-21 22:49:20 containerd/containerd

2024-11-21 13:50:50 XTLS/Xray-core

2024-11-21 07:36:18 kubernetes/kubernetes

2024-11-21 06:27:30 ollama/ollama