diff options
author | 2023-07-24 10:20:11 +0000 | |
---|---|---|
committer | 2023-07-24 10:20:11 +0000 | |
commit | c9f3539b5a9f9746f1629b51a64fb9adf8398cad (patch) | |
tree | f2b25a9248f92af5a41f208d0920463a0b307361 /go.mod | |
parent | [chore]: Bump github.com/jackc/pgconn from 1.14.0 to 1.14.1 (#2024) (diff) | |
download | gotosocial-c9f3539b5a9f9746f1629b51a64fb9adf8398cad.tar.xz |
[chore]: Bump codeberg.org/gruf/go-cache/v3 from 3.4.1 to 3.4.3 (#2022)
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.4.1 + codeberg.org/gruf/go-cache/v3 v3.4.3 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 |