0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-08 06:38:53 -05:00
forgejo/routers/api
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
..
actions Fix artifact v4 upload above 8MB (#31664) 2024-09-29 09:24:15 +02:00
forgejo/v1
packages fix arch pkg 2024-10-21 10:08:57 +08:00
shared
v1 [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00