diff options
| author | 2022-11-06 12:30:08 +0000 | |
|---|---|---|
| committer | 2022-11-06 13:30:08 +0100 | |
| commit | 05a8baa53ae7983b8fa2d79589ff0cab7ab1b22b (patch) | |
| tree | 041f88f0f035df2c3793565d44700e0e5fe09c2d /go.mod | |
| parent | [docs] add note about Alpha status right at the top (#971) (diff) | |
| download | gotosocial-05a8baa53ae7983b8fa2d79589ff0cab7ab1b22b.tar.xz | |
[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>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
