mirror of
https://github.com/restic/restic.git
synced 2025-08-23 08:47:37 +00:00
Upgrade siphash to 1.2.2
New version is potentially faster on 32-bit ARM.
This commit is contained in:
2
go.mod
2
go.mod
@@ -9,7 +9,7 @@ require (
|
||||
github.com/OneOfOne/xxhash v1.2.8 // indirect
|
||||
github.com/cenkalti/backoff v2.2.1+incompatible
|
||||
github.com/cespare/xxhash v1.1.0
|
||||
github.com/dchest/siphash v1.2.1
|
||||
github.com/dchest/siphash v1.2.2
|
||||
github.com/dnaeon/go-vcr v1.0.1 // indirect
|
||||
github.com/elithrar/simple-scrypt v1.3.0
|
||||
github.com/google/go-cmp v0.5.2
|
||||
|
Reference in New Issue
Block a user