Documentation ¶
Overview ¶
Package gomoddeps parses dependencies and replacements from the host and module go.mod files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCombinedDepsAndReplacements ¶
func GetCombinedDepsAndReplacements(hostGoModPath, moduleGoModPath string) ([]string, map[string]string, error)
GetCombinedDepsAndReplacements returns dependencies and replacements after inspecting both the host and the module go.mod files. Module's replacement are only returned if there is no host go.mod file.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.