Updated go-ap packages

This commit is contained in:
Marius Orcsik 2020-06-24 16:43:13 +02:00
parent 6d0a041469
commit 9948cd74b7
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-20200610193656-b6c780ed5202
github.com/go-ap/activitypub v0.0.0-20200624114820-6b4974048c77
github.com/go-ap/errors v0.0.0-20200610194301-39b7d0cbba26
github.com/go-ap/jsonld v0.0.0-20200327122108-fafac2de2660
github.com/go-ap/storage v0.0.0-20200610194637-65c025a8cc83
github.com/go-ap/storage v0.0.0-20200624144111-73b1624961e2
)