[dependencies] update go-store, go-mutexes (#422)

* update go-store, go-mutexes

Signed-off-by: kim <grufwub@gmail.com>

* update vendored code

Signed-off-by: kim <grufwub@gmail.com>
This commit is contained in:
kim 2022-03-08 11:56:53 +00:00 committed by GitHub
commit b8879ac68a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 639 additions and 268 deletions

3
vendor/codeberg.org/gruf/go-fastcopy/README.md generated vendored Normal file
View file

@ -0,0 +1,3 @@
# go-fastcopy
An `io.Copy()` implementation that uses a memory pool for the copy buffer.