git-lfs/tq
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
..
schemas tq,lfsapi/ssh: convert int64 to int 2017-04-05 14:46:45 -06:00
adapterbase.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
api_test.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
api.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
basic_download.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
basic_upload.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
custom_test.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
custom.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
errors_test.go tq/errors: implement MalformedObjectError 2017-03-24 14:36:59 -06:00
errors.go tq/errors: implement MalformedObjectError 2017-03-24 14:36:59 -06:00
manifest_test.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
manifest.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
meter.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
ssh.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
transfer_queue_test.go tq: add exponential backoff for retries 2020-04-15 14:10:16 -07:00
transfer_queue.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
transfer_test.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
transfer.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
tus_upload.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
verify_test.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00
verify.go all: update go.mod module path with explicit v2 2021-08-09 23:18:38 -07:00