summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@protonmail.com>2022-01-15 17:47:52 +0100
committerLibravatar tsmethurst <tobi.smethurst@protonmail.com>2022-01-15 17:47:52 +0100
commit18047de666c2028b6dd8f90bf3f300b5ed932247 (patch)
tree37d06d2471b509573e6ad880d685b3921140356c
parentlint, fmt (diff)
downloadgotosocial-18047de666c2028b6dd8f90bf3f300b5ed932247.tar.xz
add go-runners to readme
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ae50e9f0d..1d5e5fb19 100644
--- a/README.md
+++ b/README.md
@@ -182,6 +182,7 @@ The following libraries and frameworks are used by GoToSocial, with gratitude ðŸ
- [google/uuid](https://github.com/google/uuid); UUID generation. [BSD-3-Clause License](https://spdx.org/licenses/BSD-3-Clause.html)
- [go-playground/validator](https://github.com/go-playground/validator); struct validation. [MIT License](https://spdx.org/licenses/MIT.html)
- [gorilla/websocket](https://github.com/gorilla/websocket); Websocket connectivity. [BSD-2-Clause License](https://spdx.org/licenses/BSD-2-Clause.html).
+- [gruf/go-runners](https://codeberg.org/gruf/go-runners); worker pool library. [MIT License](https://spdx.org/licenses/MIT.html).
- [gruf/go-store](https://codeberg.org/gruf/go-store); cacheing library. [MIT License](https://spdx.org/licenses/MIT.html).
- [h2non/filetype](https://github.com/h2non/filetype); filetype checking. [MIT License](https://spdx.org/licenses/MIT.html).
- [jackc/pgx](https://github.com/jackc/pgx); Postgres driver. [MIT License](https://spdx.org/licenses/MIT.html).