Commit Graph

5 Commits

Author SHA1 Message Date
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
rick olson
8c1ad56924 lfs,git: send refspec in batch api calls from smudge filter 2018-01-05 15:01:29 -07:00
rick olson
739128a3fd lfs: remove LocalMediaPath() 2017-10-25 11:31:15 -06:00
rick olson
03260e0ef0 basic godoc 2017-10-24 13:54:09 -06:00
rick olson
a9b6ad9837 lfs: introduce GitFilter 2017-10-24 11:42:00 -06:00