12 lines
201 B
Modula-2
12 lines
201 B
Modula-2
module sitemap-api
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.11
|
|
github.com/go-chi/cors v1.2.1
|
|
github.com/google/uuid v1.5.0
|
|
github.com/mattn/go-sqlite3 v1.14.19
|
|
golang.org/x/net v0.20.0
|
|
)
|