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