Skip to content

Patch for broken dep ensure

License

Notifications You must be signed in to change notification settings

AlphaFlow/go-dep-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go dep fix

This repo contains a (temporary) fix to resolve the issue referenced in PR#2151 where dep ensure will fail when encountering a proxy that returns a mod VCS tag as documented here:

Remote import paths

Usage

The Makefile will determine your platform and architecture from existing Golang configuration values. Therefore, all you need to do is:

prompt> cd $GOPATH
prompt> mkdir -p src/github.com/alphaflow
prompt> cd src/github.com/alphaflow
prompt> git clone https://github.com/AlphaFlow/go-dep-fix.git
prompt> cd go-dep-fix
prompt> make && make install

Then use dep ensure as usual.


AlphaFlow Inc.

About

Patch for broken dep ensure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published