Updated to latest activitystreams

This commit is contained in:
Marius Orcsik 2019-05-18 16:37:11 +02:00
parent 4cbf5d623e
commit b6f232a89b
No known key found for this signature in database
GPG key ID: 8218F7122969D484

2
go.mod
View file

@ -2,6 +2,6 @@ module github.com/go-ap/activitypub
require (
github.com/buger/jsonparser v0.0.0-20181023193515-52c6e1462ebd
github.com/go-ap/activitystreams v0.0.0-20190516090843-3642d2156356
github.com/go-ap/activitystreams v0.0.0-20190518143508-14d9cc820bac
github.com/go-ap/jsonld v0.0.0-20190306111347-fbb94302fe92
)