From b5939d7bddc9e0f7492d49ea40538b4381a517bf Mon Sep 17 00:00:00 2001 From: Fornax Date: Mon, 20 Mar 2023 18:57:26 +0100 Subject: [PATCH] Update acknowledgements --- res/include/md/acknowledgements.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/res/include/md/acknowledgements.md b/res/include/md/acknowledgements.md index c8f4480..16b51c7 100644 --- a/res/include/md/acknowledgements.md +++ b/res/include/md/acknowledgements.md @@ -10,17 +10,20 @@ ## Programming libraries - * [scylladb/gocql](https://github.com/scylladb/gocql) - * [scylladb/gocqlx](https://github.com/scylladb/gocqlx) - * [BurntSushi/toml](https://github.com/BurntSushi/toml) - * [julienschmidt/httprouter](https://github.com/julienschmidt/httprouter) - * [gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) - * [disintegration/imaging](https://github.com/disintegration/imaging) - * [gorilla/websocket](https://github.com/gorilla/websocket) - * [shopspring/decimal](https://github.com/shopspring/decimal) - * [jhillyerd/enmime](https://github.com/jhillyerd/enmime) - * [russross/blackfriday](https://github.com/russross/blackfriday) - * [microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) + * [scylladb/gocql](https://github.com/scylladb/gocql) (database communication) + * [scylladb/gocqlx](https://github.com/scylladb/gocqlx) (database communication) + * [BurntSushi/toml](https://github.com/BurntSushi/toml) (server configuration) + * [klauspost/reedsolomon](https://github.com/klauspost/reedsolomon) (reed-solomon erasure coding) + * [julienschmidt/httprouter](https://github.com/julienschmidt/httprouter) (request routing) + * [gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) (MIME type detection) + * [disintegration/imaging](https://github.com/disintegration/imaging) (image thumbnail generation) + * [ffmpeg](https://ffmpeg.org/) (video thumbnail generation) + * [gorilla/websocket](https://github.com/gorilla/websocket) (websocket support on file viewer) + * [shopspring/decimal](https://github.com/shopspring/decimal) (currency handling) + * [jhillyerd/enmime](https://github.com/jhillyerd/enmime) (e-mail parser) + * [russross/blackfriday](https://github.com/russross/blackfriday) (markdown renderer) + * [microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) (HTML sanitizer) + * [j-muller/go-torrent-parser](https://github.com/j-muller/go-torrent-parser) (torrent file parser) ### Web framework