# Functions
GoVersion checks the go version by running "go list" with modules off.
VendorEnabled reports whether vendoring is enabled.
# Structs
An Invocation represents a call to the go command.
ModuleJSON holds information about a module.
An Runner will run go command invocations and serialize them if it sees a concurrency error.