Skip to content
This repository was archived by the owner on Aug 25, 2018. It is now read-only.
/ gvt Public archive

gvt was a minimal go vendoring tool, based on gb-vendor. Today, you want to use modules instead.

License

Notifications You must be signed in to change notification settings

FiloSottile/gvt

Folders and files

NameName
Last commit message
Last commit date
Jul 28, 2016
Nov 18, 2016
Nov 18, 2016
Nov 18, 2016
Nov 18, 2016
Sep 5, 2015
Nov 18, 2016
Aug 25, 2018
Aug 25, 2018
May 10, 2016
May 10, 2016
May 10, 2016
Jul 28, 2016
Feb 10, 2016
May 10, 2016
Nov 17, 2016
May 10, 2016
May 10, 2016

Repository files navigation

gvt was a minimalistic Go vendoring tool made for the vendor/ folder (once known as the GO15VENDOREXPERIMENT).

It was based on gb-vendor by Dave Cheney.

Since Go 1.11, the go tool supports modules, a native solution to the dependency problem.

The go tool understands gvt manifest files, so you just have to run

GO111MODULE=on go mod init
GO111MODULE=on go mod vendor

to migrate and still populate the vendor/ folder for backwards compatibility.

Read more in the docs or on the wiki.

Modules support is experimental in 1.11, but it will probably serve you better than gvt would.

— So long, and thanks for all the fish!

About

gvt was a minimal go vendoring tool, based on gb-vendor. Today, you want to use modules instead.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published