Updated activitypub package

This commit is contained in:
Marius Orcsik 2019-12-20 08:57:40 +01:00
parent 3295d7c892
commit 8bd993700f
No known key found for this signature in database
GPG key ID: 889CE8E4FB2D877A

6
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-20191219185433-147cc84d208c
github.com/go-ap/activitypub v0.0.0-20191219200331-b973dafdba83
github.com/go-ap/errors v0.0.0-20191127092628-088896cbdb2b
github.com/go-ap/jsonld v0.0.0-20191219185915-3bd9ffc2bee4
github.com/go-ap/storage v0.0.0-20191219190039-ba3bc6b3e359
github.com/go-ap/jsonld v0.0.0-20191219202809-4bdaa6d26e1e
github.com/go-ap/storage v0.0.0-20191219203641-48d9e20b79ef
)