mirror of
https://github.com/usememos/memos.git
synced 2024-11-10 08:52:22 +08:00
14 lines
246 B
Modula-2
14 lines
246 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
|
|
|
|
require (
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
|
github.com/gorilla/sessions v1.2.1
|
|
)
|