diff options
| author | 2022-12-16 22:36:52 +0000 | |
|---|---|---|
| committer | 2022-12-16 22:36:52 +0000 | |
| commit | da751c02fb5c063ecd2ebda6d74a9c43fe04a379 (patch) | |
| tree | f2580b0b3afe10ef6a7cc469b2f4e9f25fea5e3b /go.mod | |
| parent | [chore/bugfix] Switch markdown from blackfriday to goldmark (#1267) (diff) | |
| download | gotosocial-da751c02fb5c063ecd2ebda6d74a9c43fe04a379.tar.xz | |
update go-cache to v3.2.0 with support for ignoring errors (#1273)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ go 1.19 require ( codeberg.org/gruf/go-bytesize v1.0.0 codeberg.org/gruf/go-byteutil v1.0.2 - codeberg.org/gruf/go-cache/v3 v3.1.8 + codeberg.org/gruf/go-cache/v3 v3.2.0 codeberg.org/gruf/go-debug v1.2.0 codeberg.org/gruf/go-errors/v2 v2.0.2 codeberg.org/gruf/go-kv v1.5.2 |
