Updated jsonld and activitystreams versions

This commit is contained in:
Marius Orcsik 2019-03-06 12:17:40 +01:00
parent 3f3e82b0f7
commit 11b29a3096
No known key found for this signature in database
GPG key ID: 889CE8E4FB2D877A

4
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-20190303141909-f01023dea6a4
github.com/go-ap/jsonld v0.0.0-20190128144341-adfba0c0ddf2
github.com/go-ap/activitystreams v0.0.0-20190306111705-2a794fbd6a34
github.com/go-ap/jsonld v0.0.0-20190306111347-fbb94302fe92
)