init project template blueprint with websocket

This commit is contained in:
2025-03-12 11:07:41 +07:00
parent 5a7e718666
commit ec15fe6cb5
4 changed files with 39 additions and 44 deletions

1
go.mod
View File

@@ -9,6 +9,7 @@ require (
github.com/joho/godotenv v1.5.1
github.com/testcontainers/testcontainers-go/modules/mongodb v0.35.0
go.mongodb.org/mongo-driver v1.17.3
nhooyr.io/websocket v1.8.17
)
require (