12 lines
233 B
Modula-2
12 lines
233 B
Modula-2
|
module git.ailur.dev/arzumify/lchat
|
||
|
|
||
|
go 1.23
|
||
|
|
||
|
require (
|
||
|
github.com/coder/websocket v1.8.12
|
||
|
github.com/go-chi/chi/v5 v5.1.0
|
||
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
||
|
github.com/google/uuid v1.6.0
|
||
|
github.com/mattn/go-sqlite3 v1.14.24
|
||
|
)
|