mirror of
https://github.com/usememos/memos.git
synced 2024-12-26 23:22:47 +08:00
9 lines
145 B
Modula-2
9 lines
145 B
Modula-2
module memos
|
|
|
|
go 1.17
|
|
|
|
require github.com/gorilla/mux v1.8.0
|
|
|
|
require github.com/mattn/go-sqlite3 v1.14.9
|
|
|
|
require github.com/google/uuid v1.3.0
|