implement POST message creation

This commit is contained in:
2025-03-24 15:02:24 -04:00
parent e45b426e68
commit 2ec1738721
29 changed files with 1605 additions and 27 deletions

3
go.mod
View File

@@ -4,8 +4,9 @@ go 1.23
require (
github.com/go-chi/chi/v5 v5.2.0
github.com/go-chi/render v1.0.3
github.com/go-chi/docgen v1.3.0
github.com/go-chi/render v1.0.3
github.com/google/uuid v1.6.0
)
require github.com/ajg/form v1.5.1 // indirect