Prepare changelog for 0.9.3

This commit is contained in:
Alexander Neumann
2018-10-13 12:56:27 +02:00
parent 4a2134bbc5
commit 8b5b031f90
13 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Vendor dependencies with Go 1.11 Modules
Until now, we've used `dep` for managing dependencies, we've now switch to
using Go modules. For users this does not change much, only if you want to
compile restic without downloading anything with Go 1.11, then you need to run:
`go build -mod=vendor build.go`
https://github.com/restic/restic/pull/1920