mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-03 06:18:08 -06:00
[feature] Add support for profile fields (#1483)
* Add go-playground/form pkg * [feature] Add support for profile fields * Add field attributes test * Validate profile fields form * Add profile field validation tests * Add Field Attributes definition to swagger --------- Co-authored-by: tobi <31960611+tsmethurst@users.noreply.github.com>
This commit is contained in:
parent
24f6a447f3
commit
f518f649f8
21 changed files with 2399 additions and 2 deletions
3
vendor/modules.txt
vendored
3
vendor/modules.txt
vendored
|
|
@ -200,6 +200,9 @@ github.com/go-fed/httpsig
|
|||
github.com/go-jose/go-jose/v3
|
||||
github.com/go-jose/go-jose/v3/cipher
|
||||
github.com/go-jose/go-jose/v3/json
|
||||
# github.com/go-playground/form/v4 v4.2.0
|
||||
## explicit; go 1.13
|
||||
github.com/go-playground/form/v4
|
||||
# github.com/go-playground/locales v0.14.1
|
||||
## explicit; go 1.17
|
||||
github.com/go-playground/locales
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue