mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-04 22:58:08 -06:00
[bugfix] KVStore doesn't like lost+found directory (#972)
* bump go-store version to v2.0.5, init kv.KVStore without initial clean (as we are using for storage, not as a key-value store) Signed-off-by: kim <grufwub@gmail.com> * remove newline Signed-off-by: kim <grufwub@gmail.com> Signed-off-by: kim <grufwub@gmail.com>
This commit is contained in:
parent
298a7ad21b
commit
05a8baa53a
7 changed files with 25 additions and 48 deletions
2
go.mod
2
go.mod
|
|
@ -12,7 +12,7 @@ require (
|
|||
codeberg.org/gruf/go-logger/v2 v2.2.1
|
||||
codeberg.org/gruf/go-mutexes v1.1.3
|
||||
codeberg.org/gruf/go-runners v1.3.1
|
||||
codeberg.org/gruf/go-store/v2 v2.0.4
|
||||
codeberg.org/gruf/go-store/v2 v2.0.5
|
||||
github.com/buckket/go-blurhash v1.1.0
|
||||
github.com/coreos/go-oidc/v3 v3.4.0
|
||||
github.com/disintegration/imaging v1.6.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue