Updated activitypub package

This commit is contained in:
Marius Orcsik 2022-05-28 14:02:42 +02:00
parent f3dbe6e621
commit 789dce20be
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-20220525124636-1c635844632e
github.com/go-ap/activitypub v0.0.0-20220528111045-f32e7aa1f4e7
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-20220525124810-e15209ce8ea5
github.com/go-ap/storage v0.0.0-20220528115612-05d518625324
)
require (