Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveDependencyPaths ¶
func ResolveDependencyPaths(ctx context.Context, src string, versions []module.Version, modules ...Module) (paths []string, err error)
ResolveDependencyPaths resolves dependency proto paths (include/-I) for modules over given r inside go modules. r should be the list of required packages of the target go app. it is used to resolve exact versions of the go modules that used by the target app. global dependencies are also included to paths.
Types ¶
Click to show internal directories.
Click to hide internal directories.