8000 GitHub - alissiawells/dep: Go dependency management tool
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alissiawells/dep

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dep

Some consider go modules is kosher. Others use a custom dependency management tool for Golang. But if you use third-party libraries, you must obey the choice of the another developer regarding this (probably gophers love pain).

Dep is a dependency management tool for Go that requires Go 1.9 or newer to compile. Since there's no appropriate version of Go for some Linux distributives, dep init does not write out a partial Gopkg.toml when it fails.

Removing functions ValidateProjectRoots and ValidateParams and rebuilding dep fixed the issue in my case (it is described here)

Installation

$ curl https://raw.githubusercontent.com/alissiawells/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. `

About

Go dependency management tool

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.4%
  • Other 1.6%
0