Updated versions

This commit is contained in:
Marius Orcsik 2019-09-09 20:42:14 +02:00
parent bbf0fb81eb
commit 622f2bd6ce
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.13
require (
github.com/go-ap/activitystreams v0.0.0-20190823194947-c9c6d2f72097
github.com/go-ap/activitystreams v0.0.0-20190909141431-68a574025555
github.com/go-ap/errors v0.0.0-20190904113336-a616ddc7f681
github.com/go-ap/jsonld v0.0.0-20190909141304-ea10fe6e7916
github.com/go-ap/storage v0.0.0-20190830122518-8774e0406fac
github.com/go-ap/storage v0.0.0-20190909182341-a39f6618b3f8
)