diff options
| author | 2023-08-06 10:55:04 +0100 | |
|---|---|---|
| committer | 2023-08-06 11:55:04 +0200 | |
| commit | 6f4ae8f58df667131fbb17aa333263a53a38b863 (patch) | |
| tree | fe2dfb9126d806824772170577dcd483209e8e69 /go.mod | |
| parent | [docs] fix postgres create database command (#2071) (diff) | |
| download | gotosocial-6f4ae8f58df667131fbb17aa333263a53a38b863.tar.xz | |
[bugfix] update cache library with nil ptr fix (#2070)
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
@@ -5,7 +5,7 @@ go 1.20 require ( codeberg.org/gruf/go-bytesize v1.0.2 codeberg.org/gruf/go-byteutil v1.1.2 - codeberg.org/gruf/go-cache/v3 v3.5.5 + codeberg.org/gruf/go-cache/v3 v3.5.6 codeberg.org/gruf/go-debug v1.3.0 codeberg.org/gruf/go-errors/v2 v2.2.0 codeberg.org/gruf/go-fastcopy v1.1.2 |
