14 lines
282 B
Modula-2
14 lines
282 B
Modula-2
module main
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.7.1
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/jmoiron/sqlx v1.3.5
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
github.com/russross/blackfriday v1.6.0
|
|
)
|