Merge pull request #3519 from greatroar/maphash

Replace siphash by hash/maphash
This commit is contained in:
MichaelEischer
2021-09-19 19:46:03 +02:00
committed by GitHub
9 changed files with 19 additions and 63 deletions

View File

@@ -0,0 +1,6 @@
Change: Require Go 1.14 or newer
Restic now requires Go 1.14 to build. This allows it to use new
standard library features instead of an external dependency.
https://github.com/restic/restic/issues/3519