forgejo/services/webhook/sourcehut
Gusted 310376525b
[CHORE] Use forked binding library
- Use the forked [binding](https://code.forgejo.org/go-chi/binding)
library. This library has two benefits, it removes the usage of
`github.com/goccy/go-json` (has no benefit as the minimo library is also
using it). It adds the `TrimSpace` feature, which will during the
binding part trim the spaces around the value it got from the form, this
is done before validation.
2024-11-05 22:47:34 +01:00
..
testdata/repo.git test: sourcehut_builds trigger 2024-05-22 12:56:51 +02:00
builds.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
builds_test.go [TESTS] Move CreateDeclarativeRepo to more accessible location 2024-08-25 02:54:43 +02:00