aboutsummaryrefslogtreecommitdiff
path: root/cmd/monfront/checks.go
AgeCommit message (Collapse)AuthorFilesLines
2024-09-05switch from github.com/lib/pq to github.com/jackc/pgx/v5HEAD20240905masterGibheer1-4/+2
lib/pq is out of maintenance for some time now, so switch to the newer more active library. Looks like it finally stabilized after a long time.
2023-08-17switch from log to slogGibheer1-10/+9
This commit replaces the various log entry points with a common logger provided via context. This is helpful as it groups all log entries together via the txid and should help in the future when debugging cascading errors.
2021-12-02cmd/monfront - import monfront from separate repositoryGibheer1-0/+226
This is the import from the separate monfront repository. The history could not be imported, but this should suffice.