mirror of
https://github.com/restic/restic.git
synced 2025-08-23 22:37:25 +00:00
Upgrade cespare/xxhash to 2.1.1
This commit is contained in:

committed by
Michael Eischer

parent
abe9fa261f
commit
1e1a1f3078
4
go.mod
4
go.mod
@@ -6,9 +6,8 @@ require (
|
||||
github.com/Azure/azure-sdk-for-go v46.1.0+incompatible
|
||||
github.com/Azure/go-autorest/autorest v0.11.6 // indirect
|
||||
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
||||
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/cespare/xxhash/v2 v2.1.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
|
||||
@@ -34,7 +33,6 @@ require (
|
||||
github.com/satori/go.uuid v1.2.0 // indirect
|
||||
github.com/smartystreets/assertions v1.2.0 // indirect
|
||||
github.com/smartystreets/goconvey v1.6.4 // indirect
|
||||
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
||||
github.com/spf13/cobra v0.0.5
|
||||
github.com/spf13/pflag v1.0.5
|
||||
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
||||
|
Reference in New Issue
Block a user