From 44e24dad6d7857ccb88b6cf2c6397121365920db Mon Sep 17 00:00:00 2001 From: rdev-worker Date: Sat, 31 Jan 2026 18:16:07 +0000 Subject: [PATCH] build: Build a full-stack task management application with the following str... --- backend/go.sum | 4 ++++ frontend/public/.gitkeep | 0 2 files changed, 4 insertions(+) create mode 100644 backend/go.sum create mode 100644 frontend/public/.gitkeep diff --git a/backend/go.sum b/backend/go.sum new file mode 100644 index 0000000..ef00cda --- /dev/null +++ b/backend/go.sum @@ -0,0 +1,4 @@ +github.com/go-chi/chi/v5 v5.0.12 h1:9euLV5sTrTNTRUU9POmDUvfxyj6LAABLUcEWO+JJb4s= +github.com/go-chi/chi/v5 v5.0.12/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8= +github.com/go-chi/cors v1.2.1 h1:xEC8UT3Rlp2QuWNEr4Fs/c2EAGVKBwy/1vHx3bppil4= +github.com/go-chi/cors v1.2.1/go.mod h1:sSbTewc+6wYHBBCW7ytsFSn836hqM7JxpglAy2Vzc58= diff --git a/frontend/public/.gitkeep b/frontend/public/.gitkeep new file mode 100644 index 0000000..e69de29