mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 23:44:22 +00:00
9 lines
109 B
Modula-2
9 lines
109 B
Modula-2
module novamd
|
|
|
|
go 1.23.1
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.1.0
|
|
github.com/mattn/go-sqlite3 v1.14.23
|
|
)
|