Updated activitypub package with better Equals methods

This commit is contained in:
mariusor 2022-05-24 11:23:04 +02:00
parent ffbd88a5f0
commit 2923d5ac4f
No known key found for this signature in database
GPG key ID: DBF5E47F5DBC4D21

4
go.mod
View file

@ -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 (