godel-dep-plugin

command module
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

README

dep-plugin

dep-plugin is a godel plugin for dep. It packages the dep program and exposes a task that allows the packaged version of dep to be run. It also adds a verify task that runs dep ensure when apply is true and dep ensure -no-vendor -dry-run when apply is false to verify that the state of dep in a project is valid.

Tasks

  • dep: runs the packaged copy of dep. All of the arguments that are passed to this task are passed to the packaged copy of dep.

Verify

When run as part of the verify task, if apply=true, then the dep ensure task is run. If apply=false, the dep ensure -novendor -dry-run task is run, and if the task indicates that the Gopkg.lock file is out of date, the verification fails (without output). If the verification task fails for any other reason, the reason for the failure is printed.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
generated by amalgomate; DO NOT EDIT
generated by amalgomate; DO NOT EDIT
internal/github.com/golang/dep
Package dep is a prototype dependency management library.
Package dep is a prototype dependency management library.
internal/github.com/golang/dep/amalgomated_flag
Package flag implements command-line flag parsing.
Package flag implements command-line flag parsing.
disable this behavior.
internal/github.com/golang/dep/gps
Package gps is a Go packaging solver library.
Package gps is a Go packaging solver library.
internal/github.com/golang/dep/gps/internal/pb
Package pb provides generated Protocol Buffers for cache serialization.
Package pb provides generated Protocol Buffers for cache serialization.
Package integration contains the integration tests for gödel.
Package integration contains the integration tests for gödel.

Jump to

Keyboard shortcuts

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