mirror of
https://github.com/restic/restic.git
synced 2025-08-23 13:08:08 +00:00
Replace mount's per-file cache by a global LRU cache
This commit is contained in:

committed by
Michael Eischer

parent
d42c169458
commit
58719e1f47
2
go.mod
2
go.mod
@@ -13,7 +13,7 @@ require (
|
||||
github.com/golang/protobuf v1.3.1 // indirect
|
||||
github.com/google/go-cmp v0.2.0
|
||||
github.com/gopherjs/gopherjs v0.0.0-20190411002643-bd77b112433e // indirect
|
||||
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
||||
github.com/hashicorp/golang-lru v0.5.1
|
||||
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||||
github.com/juju/ratelimit v1.0.1
|
||||
github.com/kr/fs v0.1.0 // indirect
|
||||
|
Reference in New Issue
Block a user