a little chi demo

This commit is contained in:
xkm
2026-03-25 20:46:45 +08:00
parent 9f6cf16e90
commit 04f433c7f3
5 changed files with 107 additions and 1 deletions

7
go.mod
View File

@@ -1,3 +1,10 @@
module gitea.starryskymeow.cn/B309/datamarket
go 1.26.1
require (
github.com/go-chi/chi/v5 v5.2.5
github.com/go-chi/render v1.0.3
)
require github.com/ajg/form v1.5.1 // indirect