diff options
| author | 2021-08-23 12:46:05 +0200 | |
|---|---|---|
| committer | 2021-08-23 12:46:05 +0200 | |
| commit | 071eca20ce9527153ed2e549f6198aad32380495 (patch) | |
| tree | 958c75f403655b5fedabb20f5e431386798f02b2 /go.mod | |
| parent | Database updates (#144) (diff) | |
| download | gotosocial-071eca20ce9527153ed2e549f6198aad32380495.tar.xz | |
Manually approves followers (#146)
* update go-fed
* update go-fed
* manuallyapprovesfollowers
* serialize manuallyApprovesFollowers
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ require ( github.com/gin-contrib/sessions v0.0.3 github.com/gin-gonic/gin v1.7.2-0.20210722225815-d4ca9a0fb121 github.com/go-errors/errors v1.4.0 // indirect - github.com/go-fed/activity v1.0.1-0.20210426194615-e0de0863dcc1 + github.com/go-fed/activity v1.0.1-0.20210803212804-d866ba75dd0f github.com/go-fed/httpsig v1.1.0 github.com/go-pg/pg/extra/pgdebug v0.2.0 github.com/go-pg/pg/v10 v10.10.3 |
