Updated activitystreams version

This commit is contained in:
Marius Orcsik 2019-06-21 17:24:20 +02:00
parent fc8acab6c0
commit 5cbd95f8c6
No known key found for this signature in database
GPG key ID: 889CE8E4FB2D877A

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-20190611160839-f644b75e8b37
github.com/go-ap/activitystreams v0.0.0-20190621152349-7d4dd99336d5
github.com/go-ap/jsonld v0.0.0-20190611133029-f14cb36cc09c
)