Documentation ¶ Index ¶ func Dot(gomods []string, domain string) (string, error) func Needs(gomod []string, domain string) (map[string][]string, []string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Dot ¶ func Dot(gomods []string, domain string) (string, error) func Needs ¶ func Needs(gomod []string, domain string) (map[string][]string, []string, error) Needs returns a map of given given modules to their dependencies, and a list of unique dependencies. Types ¶ This section is empty. Source Files ¶ View all Source files needs.go Click to show internal directories. Click to hide internal directories.