diff options
| author | 2024-07-26 12:04:28 +0200 | |
|---|---|---|
| committer | 2024-07-26 12:04:28 +0200 | |
| commit | 8ab2b19a946251f258446d22f420d401f61d22f6 (patch) | |
| tree | 39fb674f135fd1cfcf4de5b319913f0d0c17d11a /go.mod | |
| parent | [docs] Add separate migration section + instructions for moving to GtS and no... (diff) | |
| download | gotosocial-8ab2b19a946251f258446d22f420d401f61d22f6.tar.xz | |
[feature] Federate interaction policies + Accepts; enforce policies (#3138)
* [feature] Federate interaction policies + Accepts; enforce policies
* use Acceptable type
* fix index
* remove appendIRIStrs
* add GetAccept federatingdb function
* lock on object IRI
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ require ( github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.19.0 github.com/stretchr/testify v1.9.0 - github.com/superseriousbusiness/activity v1.7.0-gts + github.com/superseriousbusiness/activity v1.8.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.20.37 |
