diff options
author | 2024-06-03 11:03:35 +0000 | |
---|---|---|
committer | 2024-06-03 12:03:35 +0100 | |
commit | 6ed6824d5dc4d08b3425fff4741c96c9cd565f73 (patch) | |
tree | a2887cd7af73b95a8534e50ff4eab4c7de1aa7c5 /go.mod | |
parent | [chore]: Bump github.com/spf13/viper from 1.18.2 to 1.19.0 (#2954) (diff) | |
download | gotosocial-6ed6824d5dc4d08b3425fff4741c96c9cd565f73.tar.xz |
bump go-structr to v0.8.5 to improve memory usage (#2955)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ require ( codeberg.org/gruf/go-runners v1.6.2 codeberg.org/gruf/go-sched v1.2.3 codeberg.org/gruf/go-storage v0.1.1 - codeberg.org/gruf/go-structr v0.8.4 + codeberg.org/gruf/go-structr v0.8.5 codeberg.org/superseriousbusiness/exif-terminator v0.7.0 github.com/DmitriyVTitov/size v1.5.0 github.com/KimMachineGun/automemlimit v0.6.1 |