11 lines
163 B
Modula-2
11 lines
163 B
Modula-2
module PersonApp
|
|
|
|
go 1.23.1
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/mattn/go-sqlite3 v1.14.24
|
|
)
|
|
|
|
require github.com/joho/godotenv v1.5.1 // indirect
|