Third-Party Notices
July 7, 2026 ยท View on GitHub
The original project code in this repository is made available under
AGPL-3.0-only. Third-party components remain subject to their respective
licenses. This file summarizes relevant dependency licenses identified from
go.mod and the local Go module cache for this checkout.
No evidence of copied or modified third-party source files was identified in the
repository during this licensing pass. Files generated by tools, such as sqlc
outputs, were not relicensed individually.
whatsmeow
- Project: whatsmeow
- Module:
go.mau.fi/whatsmeow - License: MPL-2.0
- Copyright: respective authors
- Official link: https://github.com/tulir/whatsmeow
- Use: WhatsApp protocol integration library
- Notes: independent third-party project; not relicensed by this repository
Fiber
- Project: Fiber
- Module:
github.com/gofiber/fiber/v3 - License: MIT
- Copyright: Fenny and contributors
- Official link: https://github.com/gofiber/fiber
- Use: HTTP framework
pgx
- Project: pgx
- Module:
github.com/jackc/pgx/v5 - License: MIT
- Copyright: Jack Christensen
- Official link: https://github.com/jackc/pgx
- Use: PostgreSQL driver and pool
go-sqlite3
- Project: go-sqlite3
- Module:
github.com/mattn/go-sqlite3 - License: MIT
- Copyright: Yasuhiro Matsumoto
- Official link: https://github.com/mattn/go-sqlite3
- Use: SQLite driver for Whatsmeow session store
lib/pq
- Project: pq
- Module:
github.com/lib/pq - License: MIT
- Copyright: pq contributors and Blake Mizerany
- Official link: https://github.com/lib/pq
- Use: PostgreSQL driver support
zerolog
- Project: zerolog
- Module:
github.com/rs/zerolog - License: MIT
- Copyright: Olivier Poitrey
- Official link: https://github.com/rs/zerolog
- Use: structured logging
validator
- Project: validator
- Module:
github.com/go-playground/validator/v10 - License: MIT
- Copyright: Dean Karn
- Official link: https://github.com/go-playground/validator
- Use: request validation
golang-jwt
- Project: golang-jwt
- Module:
github.com/golang-jwt/jwt/v5 - License: MIT
- Copyright: Dave Grijalva and golang-jwt maintainers
- Official link: https://github.com/golang-jwt/jwt
- Use: JWT handling
go-qrcode
- Project: go-qrcode
- Module:
github.com/skip2/go-qrcode - License: MIT
- Copyright: Tom Harwood
- Official link: https://github.com/skip2/go-qrcode
- Use: QR code generation
imaging
- Project: imaging
- Module:
github.com/disintegration/imaging - License: MIT
- Copyright: Grigory Dryapak
- Official link: https://github.com/disintegration/imaging
- Use: image processing
uuid
- Project: uuid
- Module:
github.com/google/uuid - License: BSD-3-Clause
- Copyright: Google Inc. and contributors
- Official link: https://github.com/google/uuid
- Use: UUID generation
godotenv
- Project: godotenv
- Module:
github.com/joho/godotenv - License: MIT
- Copyright: John Barton
- Official link: https://github.com/joho/godotenv
- Use: local environment file loading
x/crypto
- Project: Go crypto packages
- Module:
golang.org/x/crypto - License: BSD-3-Clause with Go PATENTS file
- Copyright: The Go Authors
- Official link: https://pkg.go.dev/golang.org/x/crypto
- Use: cryptographic support through dependencies
protobuf
- Project: Protocol Buffers for Go
- Module:
google.golang.org/protobuf - License: BSD-3-Clause with Go PATENTS file
- Copyright: The Go Authors
- Official link: https://github.com/protocolbuffers/protobuf-go
- Use: Protocol Buffers support
Migration code
- Project: internal migration runner
- Module: project code plus
github.com/jackc/pgx/v5 - License: project code under AGPL-3.0-only; pgx under MIT
- Use: PostgreSQL migration execution
- Notes: no external migration framework dependency was identified in
go.mod