1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/core-go synced 2024-10-07 16:48:33 +02:00
No description
Find a file
Conrad Hoffmann 2e7ac4ecfd Update and simplify build manifest
Alpine 3.14 uses Go 1.16, but go.mod says 1.17. Also, no external
repository should be required for core-go.
2023-12-04 21:27:31 +01:00
.builds Update and simplify build manifest 2023-12-04 21:27:31 +01:00
auth auth: make DecodeGrants return an error 2023-10-04 15:45:28 +02:00
client go fmt 2021-08-26 13:56:41 +02:00
cmd/token go fmt 2021-08-26 13:56:41 +02:00
config go fmt 2021-08-26 13:56:41 +02:00
crypto auth: s/OAuth2Token/BearerToken/g 2021-07-29 10:37:48 +02:00
database database: don't panic on context.DeadlineExceeded 2023-11-30 11:31:27 +01:00
email email: EnqueueStd: set Content-Type with charset=UTF-8 instead of just text/plain 2023-10-04 15:45:50 +02:00
model crypto: harden API surface 2021-01-07 09:38:30 -05:00
redis redis: Update style 2023-06-01 12:30:14 +02:00
s3 s3: Import middleware from pages.sr.ht 2023-06-01 12:30:12 +02:00
server Migrate to chi v5 2023-11-30 11:31:36 +01:00
valid valid: Add Error function 2022-03-14 12:20:44 +01:00
webhooks webhooks: skip webhooks with expired credentials 2023-12-04 21:14:55 +01:00
.gitignore Initial commit 2020-08-20 09:59:23 -04:00
go.mod Migrate to chi v5 2023-11-30 11:31:36 +01:00
go.sum Migrate to chi v5 2023-11-30 11:31:36 +01:00
LICENSE Initial commit 2020-08-20 09:59:23 -04:00
placeholder.go Initial commit 2020-08-20 09:59:23 -04:00
README.md README.md: add build badge 2020-10-10 11:28:51 -04:00

This repository contains code shared among all Go sr.ht projects. For instructions on deploying or contributing to this project, visit the manual here:

https://man.sr.ht/installation.md

builds.sr.ht status