mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-15 05:27:30 -06:00
work on validating incoming fed requests
This commit is contained in:
parent
e3005dc341
commit
2ed1e36ee0
9 changed files with 336 additions and 15 deletions
1
go.mod
1
go.mod
|
|
@ -8,6 +8,7 @@ require (
|
|||
github.com/gin-contrib/sessions v0.0.3
|
||||
github.com/gin-gonic/gin v1.6.3
|
||||
github.com/go-fed/activity v1.0.0
|
||||
github.com/go-fed/httpsig v0.1.1-0.20190914113940-c2de3672e5b5
|
||||
github.com/go-pg/pg/extra/pgdebug v0.2.0
|
||||
github.com/go-pg/pg/v10 v10.8.0
|
||||
github.com/golang/mock v1.4.4 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue