mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
1.2 KiB
1.2 KiB
credits
pasty uses several awesome open source libraries to provide the functionality it has. Here is a complete list of them.
Backend (Golang)
- alexedwards/argon2id (deletion token hashing) [MIT]
- fasthttp/router (endpoint routing) [BSD-3]
- golang-migrate/migrate (SQL migrations) [MIT]
- jackc/pgx (PostgreSQL driver) [MIT]
- johejo/golang-migrate-extra (io/fs driver for golang-migrate) [MIT]
- joho/godotenv (.env file loading) [MIT]
- minio/minio-go (MinIO client) [Apache-2.0]
- ulule/limiter (rate limiting) [MIT]
- valyala/fasthttp (HTTP server) [MIT]
- mongodb/mongo-go-driver (MongoDB driver) [Apache-2.0]
Frontend
- highlightjs/highlight.js (code highlighting) [BSD-3]
- tabler/tabler-icons (icons) [MIT]