Updated to latest activitystreams vocab and storage packages

This commit is contained in:
Marius Orcsik 2019-07-06 12:18:51 +02:00
parent 6b4f127fef
commit 8517c62458
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.12
require (
github.com/go-ap/activitystreams v0.0.0-20190621152349-7d4dd99336d5
github.com/go-ap/activitystreams v0.0.0-20190706101500-3072014ce9d9
github.com/go-ap/errors v0.0.0-20190621154420-19e59a62cbd5
github.com/go-ap/jsonld v0.0.0-20190630153951-3e340483bd9f
github.com/go-ap/storage v0.0.0-20190630174915-381f9e8bdbb8
github.com/go-ap/storage v0.0.0-20190706101803-4a6d87e62b95
)