diff options
author | 2024-06-21 18:36:58 +0000 | |
---|---|---|
committer | 2024-06-21 18:36:58 +0000 | |
commit | e543fbc80ef16c8e803954c33d062086552e8109 (patch) | |
tree | 9f54abee0c3ce5caa4a2580a157e868514ff6c11 /go.mod | |
parent | updates go-mutexes to no longer rely on unsafe linkname (#3027) (diff) | |
download | gotosocial-e543fbc80ef16c8e803954c33d062086552e8109.tar.xz |
update remaining gruf libraries relying on linkname (#3028)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,11 +6,11 @@ replace modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.29.9-concurre require ( codeberg.org/gruf/go-bytes v1.0.2 - codeberg.org/gruf/go-bytesize v1.0.2 + codeberg.org/gruf/go-bytesize v1.0.3 codeberg.org/gruf/go-byteutil v1.2.0 codeberg.org/gruf/go-cache/v3 v3.5.7 codeberg.org/gruf/go-debug v1.3.0 - codeberg.org/gruf/go-errors/v2 v2.3.1 + codeberg.org/gruf/go-errors/v2 v2.3.2 codeberg.org/gruf/go-fastcopy v1.1.2 codeberg.org/gruf/go-iotools v0.0.0-20230811115124-5d4223615a7f codeberg.org/gruf/go-kv v1.6.4 |