aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
Commit message (Collapse)AuthorAgeFilesLines
* Implement OIDC role-based authorisationLeonardo Bishop2025-08-091-0/+3
|
* Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0dependabot[bot]2023-02-251-1/+1
| | | | | | | | | | | | | Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220214200702-86341886e292 to 0.1.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump golang.org/x/net from 0.0.0-20220624214902-1bab6f366d9e to 0.7.0dependabot[bot]2023-02-251-3/+3
| | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220624214902-1bab6f366d9e to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Support checking ETags on RSS feedsAKP2023-01-191-1/+1
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Add OIDC supportAKP2022-08-131-1/+8
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Fix DockerfileAKP2022-08-131-1/+1
| | | | | | Introducing the CGO-ish SQLite broke things. Signed-off-by: AKP <tom@tdpain.net>
* Convert to SQLiteAKP2022-08-131-4/+13
| | | | Signed-off-by: AKP <tom@tdpain.net>
* go mod tidyAKP2022-04-061-14/+17
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Emailsgit add .AKP2022-04-041-0/+1
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Implement beginnings of email sendingAKP2022-04-041-1/+26
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Implement many thingsAKP2022-04-031-1/+1
| | | | Signed-off-by: AKP <tom@tdpain.net>
* Implement schedule updatesAKP2022-04-021-0/+1
| | | | Signed-off-by: AKP <tom@tdpain.net>
* god knows what all of this isAKP2022-04-011-0/+1
| | | | Signed-off-by: AKP <tom@tdpain.net>
* First endpointAKP2022-04-011-0/+24
Signed-off-by: AKP <tom@tdpain.net>