SYMBOL INDEX (31 symbols across 7 files) FILE: cli/cli.go type Options (line 9) | type Options struct method PrintUsage (line 26) | func (opt *Options) PrintUsage() { function ParseOptions (line 16) | func ParseOptions() Options { FILE: cli/cmd.go function UpdateModule (line 12) | func UpdateModule() { function ReadModJSON (line 28) | func ReadModJSON() string { function ReadDownloadJSON (line 41) | func ReadDownloadJSON() string { function buildEnv (line 54) | func buildEnv() []string { FILE: file/dep.go function ParseDownloadJSON (line 12) | func ParseDownloadJSON(raw string) []Dep { type Dep (line 34) | type Dep struct FILE: file/file.go type VendorDir (line 16) | type VendorDir struct method CopyDependencies (line 42) | func (v *VendorDir) CopyDependencies() { method exists (line 69) | func (v *VendorDir) exists(file string) bool { method remove (line 75) | func (v *VendorDir) remove(p string) { method vendPath (line 81) | func (v *VendorDir) vendPath(p string) string { method copyModFile (line 86) | func (v *VendorDir) copyModFile() { method writeModFile (line 93) | func (v *VendorDir) writeModFile() { method clear (line 99) | func (v *VendorDir) clear() { method copy (line 110) | func (v *VendorDir) copy(src string, dest string) { method copyDirectory (line 126) | func (v *VendorDir) copyDirectory(src string, dest string) { method copyFile (line 141) | func (v *VendorDir) copyFile(src string, dest string) { function InitVendorDir (line 24) | func InitVendorDir() VendorDir { FILE: file/mod.go function ParseModJSON (line 10) | func ParseModJSON(raw string) GoMod { type GoMod (line 26) | type GoMod struct type Module (line 36) | type Module struct type Require (line 42) | type Require struct type Replace (line 49) | type Replace struct type Retract (line 55) | type Retract struct FILE: main.go function main (line 8) | func main() { FILE: output/output.go function OnError (line 9) | func OnError(err error, text string) { function Fatal (line 16) | func Fatal(format string, args ...interface{}) { function Info (line 22) | func Info(format string, args ...interface{}) {