Updated go-ap packages

This commit is contained in:
Marius Orcsik 2020-05-15 15:26:40 +02:00
parent f9e00f3af3
commit f77b105f5e
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-20200507144943-fac868b7c2f3
github.com/go-ap/activitypub v0.0.0-20200515132036-48d16c143b2d
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-20200507145153-93fe49dcbf7a
github.com/go-ap/storage v0.0.0-20200515132422-308b8d74229b
)