Updated activitypub package with Collection copy improvements

This commit is contained in:
Marius Orcsik 2021-10-03 15:23:54 +02:00
parent 2926ccaa43
commit 0e7943dcfd
No known key found for this signature in database
GPG key ID: DBF5E47F5DBC4D21

4
go.mod
View file

@ -3,8 +3,8 @@ module github.com/go-ap/handlers
go 1.13
require (
github.com/go-ap/activitypub v0.0.0-20210918150117-cd6c84222753
github.com/go-ap/activitypub v0.0.0-20211003130144-0895ecc34f1c
github.com/go-ap/errors v0.0.0-20210814172742-e0897299dceb
github.com/go-ap/jsonld v0.0.0-20200327122108-fafac2de2660
github.com/go-ap/storage v0.0.0-20211001194741-2d22bc5023e4
github.com/go-ap/storage v0.0.0-20211003132226-22541092f5c4
)