git-lfs/lfs
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
..
attribute.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
config_test.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
config.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
diff_index_scanner.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
extension.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
gitfilter_clean.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
gitfilter_smudge.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
gitfilter.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
gitscanner_catfilebatch.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
gitscanner_catfilebatchcheck.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
gitscanner_catfilebatchcheckscanner_test.go lfs: teach gitscanner how to emit lockable files that aren't lfs objects 2017-02-16 16:52:40 -07:00
gitscanner_index.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
gitscanner_log.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
gitscanner_pointerscanner_test.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
gitscanner_refs.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
gitscanner_remotes.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
gitscanner_tree.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
gitscanner.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
hook.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
lfs_test.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
lfs.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
pointer_test.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
pointer.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
scanner_git_test.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
scanner_test.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
scanner.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
util_generic.go Fix non linux with cgo build condition 2016-01-30 00:58:55 +03:00
util_test.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
util.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00