summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-01-27 19:22:15 +0100
committerLibravatar GitHub <noreply@github.com>2025-01-27 19:22:15 +0100
commit65fb8abd423fd449211019df6f1425957b7d1b92 (patch)
tree13219514e0a774520b0fd84c85d294c02370f5d6 /go.mod
parent[chore] skip `trusted-proxies` warning if ip excepted from rate limiting (#3699) (diff)
downloadgotosocial-65fb8abd423fd449211019df6f1425957b7d1b92.tar.xz
[feature] Implement `deliveryRecipientPreSort` to prioritize delivery to mentioned accounts (#3668)
* weeeeenus * update to latest activity * update to use latest release tag of superseriousbusiness/activity --------- Co-authored-by: kim <grufwub@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index f7abc31e1..6d5096387 100644
--- a/go.mod
+++ b/go.mod
@@ -70,7 +70,7 @@ require (
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.10.0
- github.com/superseriousbusiness/activity v1.9.0-gts
+ github.com/superseriousbusiness/activity v1.10.0-gts
github.com/superseriousbusiness/httpsig v1.2.0-SSB
github.com/superseriousbusiness/oauth2/v4 v4.3.2-SSB.0.20230227143000-f4900831d6c8
github.com/tdewolff/minify/v2 v2.21.2