Skip to content

tiborvass/gomod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gomod fork to convert vendor.conf to go.mod

Why?

This is a standalone temporary fork of the go mod command, that has full support for vndr's vendor.conf format. The only use is to convert vendor.conf to go.mod.

As soon as golang/go#25556 is resolved, I'll archive this repository.

Install

$ go get -u github.com/tiborvass/gomod

Usage

Identical to go mod.

Build

$ pushd /path/to/github.com/tiborvass/go     # fork of github.com/golang/go
$ git checkout gomod && git pull
$ popd
$ GOROOT=/path/to/github.com/tiborvass/go ./generate.bash
$ go install

About

Standalone go mod fork

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages