gvt

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

  • Owner: FiloSottile/gvt
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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!

Main metrics

Overview
Name With OwnerFiloSottile/gvt
Primary LanguageGo
Program languageGo (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2015-09-05 01:56:02
Pushed At2018-08-25 04:13:13
Last Commit At2018-08-24 22:13:12
Release Count0
用户参与
Stargazers Count725
Watchers Count24
Fork Count67
Commits Count88
Has Issues Enabled
Issues Count76
Issue Open Count35
Pull Requests Count14
Pull Requests Open Count8
Pull Requests Close Count7
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private