diff options
| author | 2022-11-06 12:30:08 +0000 | |
|---|---|---|
| committer | 2022-11-06 13:30:08 +0100 | |
| commit | 05a8baa53ae7983b8fa2d79589ff0cab7ab1b22b (patch) | |
| tree | 041f88f0f035df2c3793565d44700e0e5fe09c2d /vendor/modules.txt | |
| 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 'vendor/modules.txt')
| -rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 517cf1eb7..9fd28ccfc 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -50,7 +50,7 @@ codeberg.org/gruf/go-runners # codeberg.org/gruf/go-sched v1.1.1 ## explicit; go 1.19 codeberg.org/gruf/go-sched -# codeberg.org/gruf/go-store/v2 v2.0.4 +# codeberg.org/gruf/go-store/v2 v2.0.5 ## explicit; go 1.19 codeberg.org/gruf/go-store/v2/kv codeberg.org/gruf/go-store/v2/storage |
