initial commit

This commit is contained in:
2024-12-29 18:06:39 -05:00
commit fe4b5b6033
73 changed files with 9155 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module git.dubyatp.xyz/chat-api-server
go 1.23
require (
github.com/go-chi/chi/v5 v5.2.0
github.com/go-chi/render v1.0.3
)
require github.com/ajg/form v1.5.1 // indirect