aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormariusor2022-05-24 11:23:04 +0200
committermariusor2022-05-24 11:23:04 +0200
commit2923d5ac4f6bbd8d5787d3eeda8293e477142979 (patch)
tree1c89e10679fb0a4861371451a87c0afc3506883f
parentffbd88a5f0d4b7b09b7566f5b9e07e5b49bac37e (diff)
Updated activitypub package with better Equals methods
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index b63d34f..b0361fb 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-20220420091113-4837641dc83b
+ github.com/go-ap/activitypub v0.0.0-20220524090340-a60c25cc5c1c
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-20220420091247-5a9edd34862b
+ github.com/go-ap/storage v0.0.0-20220524091957-c5e24760b101
)
require (