# Functions
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.
No description provided by the author
No description provided by the author
No description provided by the author
execute go mod tidy in replaced folder.
No description provided by the author
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.
No description provided by the author
execute go mod tidy in replaced-with-version-mismatch folder.
execute go mod tidy in replaced folder.
No description provided by the author
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.