Merge pull request #2610 from restic/remove-vendor

Remove vendored dependencies
This commit is contained in:
rawtaz
2020-03-01 20:22:45 +01:00
committed by GitHub
1357 changed files with 95 additions and 503625 deletions

View File

@@ -0,0 +1,9 @@
Change: Remove vendored dependencies
We've removed the vendored dependencies (in the subdir `vendor/`). When
building restic, the Go compiler automatically fetches the dependencies. It
will also cryptographically verify that the correct code has been fetched by
using the hashes in `go.sum` (see the link to the documentation below).
https://github.com/restic/restic/issues/2482
https://golang.org/cmd/go/#hdr-Module_downloading_and_verification