summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-08-26 19:17:45 +0200
committerLibravatar GitHub <noreply@github.com>2024-08-26 19:17:45 +0200
commit8a34e4c28f5d87938970e4416e771bc5b9a2e2f6 (patch)
tree50d422e4464b01219e30da7e4f8952f922d2b8dc /go.mod
parentmove WASM compilation stage much later in server init to reduce memory usage ... (diff)
downloadgotosocial-8a34e4c28f5d87938970e4416e771bc5b9a2e2f6.tar.xz
[bugfix] Fix incorrect json-ld `@context` serialization (#3243)
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 5a18d24bd..e0c0b2d9f 100644
--- a/go.mod
+++ b/go.mod
@@ -51,7 +51,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.8.0-gts
+ github.com/superseriousbusiness/activity v1.9.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