summaryrefslogtreecommitdiff
path: root/go.mod (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch from mysql to postgresRené 'Necoro' Neumann2024-02-221-2/+9
* Remove sqlite support: the differences with sqlc just get too cumbersomeRené 'Necoro' Neumann2024-02-141-23/+1
* Load .env fileRené 'Necoro' Neumann2024-02-141-0/+1
* CSRF handlingRené 'Necoro' Neumann2024-02-141-0/+1
* mod tidyRené 'Necoro' Neumann2024-02-141-1/+1
* session handling and login/logoutRené 'Necoro' Neumann2024-02-131-0/+2
* SQL loggingRené 'Necoro' Neumann2024-02-131-1/+3
* Replace chi by http/net ServeMuxRené 'Necoro' Neumann2024-02-131-2/+3
* mysqlRené 'Necoro' Neumann2024-02-131-0/+1
* Include form handlingRené 'Necoro' Neumann2024-02-111-1/+2
* Use `chi` as routerRené Neumann2024-02-111-0/+1
* Add templatingRené Neumann2024-02-101-5/+5
* First SQL setupRené Neumann2024-02-101-0/+26
* InitialRené Neumann2024-02-101-0/+3