git-lfs/errors
Chris Darroch dd8e306e31 all: update go.mod module path with explicit v2
When our go.mod file was introduced in commit
114e85c2002091eb415040923d872f8e4a4bc636 in PR #3208, the module
path chosen did not include a trailing /v2 component.  However,
the Go modules specification now advises that module paths must
have a "major version suffix" which matches the release version.

We therefore add a /v2 suffix to our module path and all its
instances in import paths.

See also https://golang.org/ref/mod#major-version-suffixes for
details regarding the Go module system's major version suffix rule.
2021-08-09 23:18:38 -07:00
..
context.go errors: remove Error prefix 2016-08-19 14:03:39 -06:00
errors_test.go Fix error strings to follow Go guidelines 2019-10-22 17:33:49 +03:00
errors.go Print error causes to stderr 2017-02-24 16:31:27 -07:00
types_test.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
types.go errors: add a type for SSH protocol errors 2021-07-20 18:39:10 +00:00