module TaskApp

go 1.23.1

require (
	github.com/gorilla/mux v1.8.1
	github.com/mattn/go-sqlite3 v1.14.24
)

require github.com/joho/godotenv v1.5.1