Updated go-ap packages

This commit is contained in:
Marius Orcsik 2020-11-28 13:50:41 +01:00
parent 7a80b369f7
commit 9511d3bc0b
No known key found for this signature in database
GPG key ID: 7970BDC7D4CB2674

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-20201106184046-7d6b9976bfeb
github.com/go-ap/activitypub v0.0.0-20201128123914-c64f3ce90436
github.com/go-ap/errors v0.0.0-20200702155720-f662512ba418
github.com/go-ap/jsonld v0.0.0-20200327122108-fafac2de2660
github.com/go-ap/storage v0.0.0-20201114115618-3646b9033032
github.com/go-ap/storage v0.0.0-20201128124834-7ed86f062532
)