Updated go-ap packages

This commit is contained in:
Marius Orcsik 2019-10-13 23:51:49 +02:00
parent 08a15d622f
commit c191bbffcd
No known key found for this signature in database
GPG key ID: 77618B618F79EB72

4
go.mod
View file

@ -3,8 +3,8 @@ module github.com/go-ap/handlers
go 1.13
require (
github.com/go-ap/activitystreams v0.0.0-20191010133100-d33906103c92
github.com/go-ap/activitystreams v0.0.0-20191013213232-8a9ddc74a4c0
github.com/go-ap/errors v0.0.0-20190912092905-f53d51859c48
github.com/go-ap/jsonld v0.0.0-20190909141304-ea10fe6e7916
github.com/go-ap/storage v0.0.0-20191007114027-3d8181580112
github.com/go-ap/storage v0.0.0-20191011112345-44f9d3f34426
)