module habit-tracker-api go 1.23.4 require ( github.com/google/uuid v1.6.0 // indirect github.com/mattn/go-sqlite3 v1.14.32 // indirect )