module systemdesigngame go 1.23.0 toolchain go1.23.10 require ( github.com/golang-jwt/jwt/v5 v5.2.3 github.com/joho/godotenv v1.5.1 github.com/tursodatabase/libsql-client-go v0.0.0-20240902231107-85af5b9d094d ) require ( github.com/antlr4-go/antlr/v4 v4.13.0 // indirect github.com/coder/websocket v1.8.12 // indirect golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect )