module main go 1.18 require ( github.com/gorilla/mux v1.8.0 github.com/gorilla/websocket v1.5.0 github.com/mattn/go-sqlite3 v1.14.16 )