diff options
| author | 2021-12-12 18:00:20 +0100 | |
|---|---|---|
| committer | 2021-12-12 18:00:20 +0100 | |
| commit | c111b239f7d102ac24a79fbef420af46dfec66f9 (patch) | |
| tree | 813f5c4501a6e5048fb2922e099ce92d35b33b14 /README.md | |
| parent | add systemd service example to packaging (#342) (diff) | |
| download | gotosocial-c111b239f7d102ac24a79fbef420af46dfec66f9.tar.xz | |
Add optional syslog logrus hook (#343)
* add optional syslog logrus hook
* document syslog
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -185,6 +185,7 @@ The following libraries and frameworks are used by GoToSocial, with gratitude ðŸ - [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). +- [mcuadros/go-syslog](https://github.com/mcuadros/go-syslog); Syslog server library. [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). - [mitchellh/mapstructure](https://github.com/mitchellh/mapstructure); Go interface => struct parsing. [MIT License](https://spdx.org/licenses/MIT.html). - [modernc.org/sqlite](https://gitlab.com/cznic/sqlite); cgo-free port of SQLite. [Other License](https://gitlab.com/cznic/sqlite/-/blob/master/LICENSE). |
