module github.com/tim/cairnquire/apps/server go 1.24.2 require ( github.com/go-chi/chi/v5 v5.2.5 github.com/gorilla/websocket v1.5.3 github.com/tursodatabase/go-libsql v0.0.0-20260424063416-3051e37e6e04 github.com/yuin/goldmark v1.8.2 ) require ( github.com/antlr4-go/antlr/v4 v4.13.0 // indirect github.com/fsnotify/fsnotify v1.9.0 // indirect github.com/libsql/sqlite-antlr4-parser v0.0.0-20240327125255-dbf53b6cbf06 // indirect golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect golang.org/x/sys v0.13.0 // indirect )