diff options
author | 2022-01-03 17:37:09 +0100 | |
---|---|---|
committer | 2022-01-03 17:37:09 +0100 | |
commit | e08c0e55eec777b9bf1eb907c78cecd4c8859c8e (patch) | |
tree | af7899d1038c6980c63ac43dfb7f338c32970b6f /go.mod | |
parent | fiddle around with workers (diff) | |
download | gotosocial-e08c0e55eec777b9bf1eb907c78cecd4c8859c8e.tar.xz |
add gruf worker pool
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ module github.com/superseriousbusiness/gotosocial go 1.17 require ( + codeberg.org/gruf/go-runners v1.2.0 codeberg.org/gruf/go-store v1.1.5 github.com/ReneKroon/ttlcache v1.7.0 github.com/buckket/go-blurhash v1.1.0 |