Updated go-ap packages

This commit is contained in:
Marius Orcsik 2020-04-19 11:10:42 +02:00
parent 56dad56c35
commit 2774ab3011
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-20200413100107-0b5d7352b12d
github.com/go-ap/activitypub v0.0.0-20200419090215-7e300c1773e7
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-20200413111454-0f6bed80be4e
github.com/go-ap/storage v0.0.0-20200419090742-6ac09811d312
)