Displays tools

This commit is contained in:
Seif Ghazi 2025-07-24 23:00:34 -04:00
parent 15dbb56887
commit 1228c3929e
No known key found for this signature in database
GPG key ID: 4519A4B1EEC1494E
3 changed files with 162 additions and 9 deletions

View file

@ -5,11 +5,8 @@ go 1.20
require (
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.28
)
require (
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/mattn/go-sqlite3 v1.14.28 // indirect
)
require github.com/felixge/httpsnoop v1.0.3 // indirect