package
0.0.0-20231121054601-a273866b1653
Repository: https://github.com/deepfactor-io/go-dep-parser.git
Documentation: pkg.go.dev

# Functions

ModuleID returns a module ID according the Go way.
No description provided by the author

# Variables

execute go mod tidy in go116 folder.
execute go mod tidy in no-go-version folder.
execute go mod tidy in normal folder.
execute go mod tidy in replaced folder.
execute go mod tidy in replaced-with-local-path folder.
execute go mod tidy in replaced-with-local-path-and-version folder.
execute go mod tidy in replaced-with-local-path-and-version-mismatch folder.
execute go mod tidy in replaced-with-version folder.
execute go mod tidy in replaced-with-version-mismatch folder.
execute go mod tidy in replaced folder.
gopkg.in without user segment Example: gopkg.in/pkg.v3 -> github.com/go-pkg/pkg.
gopkg.in/user/pkg.v -> github.com/user/pkg.
By convention, modules with a major version equal to or above v2 have it as suffix in their module path.

# Structs

No description provided by the author