aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormariusor2022-05-25 13:58:44 +0200
committermariusor2022-05-25 13:58:44 +0200
commit0773be749c84071bb086cb82b8b089be592b0ce0 (patch)
treeefa32e00a31c6efd10f025f4dfe2f8553cb8ba7b
parent05aaf624e6c3c0f997c23305b98ae9ddf5ac9f58 (diff)
Updated activitypub package
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 35359f6..3362d47 100644
--- a/go.mod
+++ b/go.mod
@@ -3,10 +3,10 @@ module github.com/go-ap/handlers
go 1.18
require (
- github.com/go-ap/activitypub v0.0.0-20220524134736-7c011e3a7417
+ github.com/go-ap/activitypub v0.0.0-20220525115518-7414b7fad2cf
github.com/go-ap/errors v0.0.0-20220522120501-423698972a61
github.com/go-ap/jsonld v0.0.0-20200327122108-fafac2de2660
- github.com/go-ap/storage v0.0.0-20220524134833-06f9d781a6a8
+ github.com/go-ap/storage v0.0.0-20220525115803-692723cc21a8
)
require (