diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +module task-dashboard + +go 1.21 + +require ( + github.com/go-chi/chi/v5 v5.2.3 + github.com/mattn/go-sqlite3 v1.14.33 +) + +require github.com/joho/godotenv v1.5.1 // indirect |
