summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@protonmail.com>2022-01-03 17:37:09 +0100
committerLibravatar tsmethurst <tobi.smethurst@protonmail.com>2022-01-03 17:37:09 +0100
commite08c0e55eec777b9bf1eb907c78cecd4c8859c8e (patch)
treeaf7899d1038c6980c63ac43dfb7f338c32970b6f /go.mod
parentfiddle around with workers (diff)
downloadgotosocial-e08c0e55eec777b9bf1eb907c78cecd4c8859c8e.tar.xz
add gruf worker pool
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 019607977..71509ee6a 100644
--- a/go.mod
+++ b/go.mod
@@ -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