Updated go-ap packages

This commit is contained in:
Marius Orcsik 2020-05-07 16:53:18 +02:00
parent be21672553
commit f9e00f3af3
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/activitypub v0.0.0-20200419090215-7e300c1773e7
github.com/go-ap/activitypub v0.0.0-20200507144943-fac868b7c2f3
github.com/go-ap/errors v0.0.0-20200402124111-0e465c0b25bc
github.com/go-ap/jsonld v0.0.0-20200327122108-fafac2de2660
github.com/go-ap/storage v0.0.0-20200419090742-6ac09811d312
github.com/go-ap/storage v0.0.0-20200507145153-93fe49dcbf7a
)