summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-07-28 11:42:26 +0200
committerLibravatar GitHub <noreply@github.com>2021-07-28 11:42:26 +0200
commitea8ad8b346978b04b067eead8e1f2bbc3c1bfb45 (patch)
treece500bce803f944702677c29d83a9ae858246376 /README.md
parentbuild and bundle admin console + web assets (#119) (diff)
downloadgotosocial-ea8ad8b346978b04b067eead8e1f2bbc3c1bfb45.tar.xz
Link parsing (#120)
* add link parsing + formatting functionality * refinement + docs * add missing test * credit url library
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 734f81619..7e11a8ac6 100644
--- a/README.md
+++ b/README.md
@@ -129,6 +129,7 @@ The following libraries and frameworks are used by GoToSocial, with gratitude ðŸ
* [gorilla/websocket](https://github.com/gorilla/websocket); Websocket connectivity. [BSD-2-Clause License](https://spdx.org/licenses/BSD-2-Clause.html).
* [h2non/filetype](https://github.com/h2non/filetype); filetype checking. [MIT License](https://spdx.org/licenses/MIT.html).
* [microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday); HTML user-input sanitization. [BSD-3-Clause License](https://spdx.org/licenses/BSD-3-Clause.html).
+* [mvdan/xurls](https://github.com/mvdan/xurls); URL parsing regular expressions. [BSD-3-Clause License](https://spdx.org/licenses/BSD-3-Clause.html).
* [nfnt/resize](https://github.com/nfnt/resize); convenient image resizing. [ISC License](https://spdx.org/licenses/ISC.html).
* [oklog/ulid](https://github.com/oklog/ulid); sequential, database-friendly ID generation. [Apache-2.0 License](https://spdx.org/licenses/Apache-2.0.html).
* [sirupsen/logrus](https://github.com/sirupsen/logrus); logging. [MIT License](https://spdx.org/licenses/MIT.html).