vndr

command
v0.0.0-...-c7aab3e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2023 License: Apache-2.0, Apache-2.0 Imports: 17 Imported by: 0

README

VNDR

Build Status

Vndr is simple vendoring tool, which is inspired by docker vendor script. Vndr has no options. For initiating you will need config vendor.conf with lines like:

# Import path             | revision                               | Repository(optional)
github.com/example/example 03a4d9dcf2f92eae8e90ed42aa2656f63fdd0b14 https://github.com/LK4D4/example.git

Just set $GOPATH and run vndr in your repository with vendor.conf.

Also it's possible to vendor only one dependency after initial vendoring:

vndr github.com/example/example 03a4d9dcf2f92eae8e90ed42aa2656f63fdd0b14 https://github.com/LK4D4/example.git

or

vndr github.com/example/example

to take revision and repo from vendor.conf.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package build gathers information about Go packages.
Package build gathers information about Go packages.
singleflight
Package singleflight provides a duplicate function call suppression mechanism.
Package singleflight provides a duplicate function call suppression mechanism.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL