summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com>2021-08-16 19:17:56 +0200
committerLibravatar GitHub <noreply@github.com>2021-08-16 19:17:56 +0200
commitce190d867ca126001a1c0417b00810fc03c0b3ba (patch)
tree364b00118a405239bc6bcac0bfb7891c83655c23 /README.md
parentTimeline loop fix (#140) (diff)
downloadgotosocial-ce190d867ca126001a1c0417b00810fc03c0b3ba.tar.xz
Text/status parsing fixes (#141)
* aaaaaa * vendor minify * update + test markdown parsing
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 f336b440a..5a64dfa4f 100644
--- a/README.md
+++ b/README.md
@@ -143,6 +143,7 @@ The following libraries and frameworks are used by GoToSocial, with gratitude ðŸ
* [superseriousbusiness/exifremove](https://github.com/superseriousbusiness/exifremove) forked from [scottleedavis/go-exif-remove](https://github.com/scottleedavis/go-exif-remove); EXIF data removal. [MIT License](https://spdx.org/licenses/MIT.html).
* [superseriousbusiness/oauth2](https://github.com/superseriousbusiness/oauth2) forked from [go-oauth2/oauth2](https://github.com/go-oauth2/oauth2); oauth server framework and token handling. [MIT License](https://spdx.org/licenses/MIT.html).
* [go-swagger/go-swagger](https://github.com/go-swagger/go-swagger); Swagger OpenAPI spec generation. [Apache-2.0 License](https://spdx.org/licenses/Apache-2.0.html).
+* [tdewolff/minify](https://github.com/tdewolff/minify); HTML minification. [MIT License](https://spdx.org/licenses/MIT.html).
* [urfave/cli](https://github.com/urfave/cli); command-line interface framework. [MIT License](https://spdx.org/licenses/MIT.html).
* [wagslane/go-password-validator](https://github.com/wagslane/go-password-validator); password strength validation. [MIT License](https://spdx.org/licenses/MIT.html).