diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-02 16:29:20 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-02 16:29:20 +0200 |
| commit | 0fcdacfc691e17ca15dc7e0d48a439ef7a52d9c7 (patch) | |
| tree | fdea74d44fca640cc3f5e6135e91ebf0ccbe38b8 /go.mod | |
| parent | 4cff7748af65038db3754ab9ce157d528f03a474 (diff) | |
feat(backend): handle static files
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) |
