aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-02 16:29:20 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-02 16:29:20 +0200
commit0fcdacfc691e17ca15dc7e0d48a439ef7a52d9c7 (patch)
treefdea74d44fca640cc3f5e6135e91ebf0ccbe38b8 /go.mod
parent4cff7748af65038db3754ab9ce157d528f03a474 (diff)
feat(backend): handle static files
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 38c749b..a5ede82 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,6 @@ module git.anhgelus.world/anhgelus/small-world
go 1.25.1
require (
- github.com/go-chi/chi/v5 v5.2.3 // indirect
- github.com/joho/godotenv v1.5.1 // indirect
+ github.com/go-chi/chi/v5 v5.2.3
+ github.com/joho/godotenv v1.5.1
)