Updated go-ap dependencies

This commit is contained in:
Marius Orcsik 2019-08-23 21:57:38 +02:00
parent af82f22cd4
commit ecdf348916
No known key found for this signature in database
GPG key ID: 77618B618F79EB72

8
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-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-20190706101803-4a6d87e62b95
github.com/go-ap/activitystreams v0.0.0-20190823194947-c9c6d2f72097
github.com/go-ap/errors v0.0.0-20190823195320-22e781dd95d2
github.com/go-ap/jsonld v0.0.0-20190822190548-bcb5efb3a38a
github.com/go-ap/storage v0.0.0-20190823195647-0d0303a3fb58
)