diff options
| author | 2021-07-28 11:42:26 +0200 | |
|---|---|---|
| committer | 2021-07-28 11:42:26 +0200 | |
| commit | ea8ad8b346978b04b067eead8e1f2bbc3c1bfb45 (patch) | |
| tree | ce500bce803f944702677c29d83a9ae858246376 /README.md | |
| parent | build and bundle admin console + web assets (#119) (diff) | |
| download | gotosocial-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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). |
