gomodule

package
v0.0.0-...-7149754 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrGoModNotFound = errors.New("go.mod not found")

ErrGoModNotFound returned when go.mod file cannot be found for an app.

Functions

func FilterVersions

func FilterVersions(dependencies []module.Version, paths ...string) []module.Version

FilterVersions filters dependencies under require section by their paths.

func LocatePath

func LocatePath(ctx context.Context, src string, pkg module.Version) (path string, err error)

LocatePath locates pkg's absolute path managed by 'go mod' on the local filesystem.

func ParseAt

func ParseAt(path string) (*modfile.File, error)

ParseAt finds and parses go.mod at app's path.

func ResolveDependencies

func ResolveDependencies(f *modfile.File) ([]module.Version, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL