Upgrade cespare/xxhash to 2.1.1

This commit is contained in:
greatroar
2020-10-05 15:38:39 +02:00
committed by Michael Eischer
parent abe9fa261f
commit 1e1a1f3078
3 changed files with 4 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ import (
"os"
"sync"
"github.com/cespare/xxhash"
"github.com/cespare/xxhash/v2"
"github.com/restic/restic/internal/debug"
)