mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 17:46:15 -06:00
add licenses to README
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
This commit is contained in:
parent
e9de6a2526
commit
4ed448662e
1 changed files with 3 additions and 0 deletions
|
|
@ -148,6 +148,9 @@ The following libraries and frameworks are used by GoToSocial, with gratitude
|
|||
* [uptrace/bun](https://github.com/uptrace/bun); database ORM. [BSD-2-Clause License](https://spdx.org/licenses/BSD-2-Clause.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).
|
||||
* [modernc.org/sqlite](sqlite); cgo-free port of SQLite. [Other License](https://gitlab.com/cznic/sqlite/-/blob/master/LICENSE).
|
||||
* [modernc.org/ccgo](ccgo); c99 AST -> Go translater (used by sqlite). [BSD-3-Clause License](https://spdx.org/licenses/BSD-3-Clause.html).
|
||||
* [modernc.org/libc](libc); C-runtime services (used by sqlite). [BSD-3-Clause License](https://spdx.org/licenses/BSD-3-Clause.html).
|
||||
|
||||
### Image Attribution
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue