From b1c77172c2ada77e5095cd31d1ce67b143f26f8e Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 1 Mar 2020 11:39:33 +0100 Subject: [PATCH] Add entry to changelog --- changelog/unreleased/issue-2482 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/issue-2482 diff --git a/changelog/unreleased/issue-2482 b/changelog/unreleased/issue-2482 new file mode 100644 index 000000000..106e2caf8 --- /dev/null +++ b/changelog/unreleased/issue-2482 @@ -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