summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2023-08-06 10:55:04 +0100
committerLibravatar GitHub <noreply@github.com>2023-08-06 11:55:04 +0200
commit6f4ae8f58df667131fbb17aa333263a53a38b863 (patch)
treefe2dfb9126d806824772170577dcd483209e8e69 /go.mod
parent[docs] fix postgres create database command (#2071) (diff)
downloadgotosocial-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 81c7874c9..999068087 100644
--- a/go.mod
+++ b/go.mod
@@ -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