mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-25 12:56:23 +02:00
update all downstream dependencies
no specific features I'm looking to add, just keeping thing up to date. Unit tests and my manual testing seems like everything is still working as expected.
This commit is contained in:
parent
17f19d612f
commit
b5984d2822
25 changed files with 1661 additions and 486 deletions
6
vendor/github.com/peterbourgon/diskv/README.md
generated
vendored
6
vendor/github.com/peterbourgon/diskv/README.md
generated
vendored
|
|
@ -114,11 +114,11 @@ with a RWMutex to provide safe concurrent access.
|
|||
|
||||
diskv is a key-value store and therefore inherently unordered. An ordering
|
||||
system can be injected into the store by passing something which satisfies the
|
||||
diskv.Index interface. (A default implementation, using Petar Maymounkov's
|
||||
[LLRB tree][7], is provided.) Basically, diskv keeps an ordered (by a
|
||||
diskv.Index interface. (A default implementation, using Google's
|
||||
[btree][7] package, is provided.) Basically, diskv keeps an ordered (by a
|
||||
user-provided Less function) index of the keys, which can be queried.
|
||||
|
||||
[7]: https://github.com/petar/GoLLRB
|
||||
[7]: https://github.com/google/btree
|
||||
|
||||
## Adding compression
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue