This commit is contained in:
Kar
2026-02-05 19:13:45 +05:30
commit 10b19d4ed6
13 changed files with 2828 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
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
)