forked from TrueCloudLab/restic
Add entry to changelog
This commit is contained in:
parent
c0373cd307
commit
b1c77172c2
1 changed files with 9 additions and 0 deletions
9
changelog/unreleased/issue-2482
Normal file
9
changelog/unreleased/issue-2482
Normal 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
|
Loading…
Reference in a new issue