mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 09:02:49 +03:00
15 lines
246 B
Modula-2
15 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
|
|
)
|