Open Source Credits
With thanks to the open source community
Introduction
PocketNode is built with and benefits from open source software. We gratefully acknowledge the following projects and their contributors. Without the open source community, PocketNode would not be possible.
Android Application
| Library | Version | License |
|---|---|---|
| Jetpack Compose | 1.x | Apache 2.0 |
| Compose Material 3 | 1.x | Apache 2.0 |
| Kotlin Coroutines | 1.x | Apache 2.0 |
| Hilt (Dagger) | 2.x | Apache 2.0 |
| Retrofit | 2.x | Apache 2.0 |
| OkHttp | 4.x | Apache 2.0 |
| Room Database | 2.x | Apache 2.0 |
| Coil Image Loading | 2.x | Apache 2.0 |
| AndroidX Navigation | 2.x | Apache 2.0 |
| Timber (logging) | 5.x | Apache 2.0 |
| Lottie Android | 6.x | Apache 2.0 |
| Accompanist | 0.x | Apache 2.0 |
Backend (Go)
| Library | License |
|---|---|
| gin-gonic/gin | MIT |
| jmoiron/sqlx | MIT |
| lib/pq (PostgreSQL driver) | MIT |
| golang-jwt/jwt | MIT |
| go-redis/redis | BSD-2-Clause |
| joho/godotenv | MIT |
| google/uuid | BSD-3-Clause |
| gorilla/websocket | BSD-2-Clause |
| golang.org/x/crypto | BSD-3-Clause |
Website
| Library | License |
|---|---|
| qrcode-generator | MIT |
Full License Texts
Full license texts for all dependencies are available in their respective source repositories. Apache 2.0 license text: apache.org/licenses/LICENSE-2.0
Last updated: