diff --git a/go.mod b/go.mod index 57a7f06..adbb9be 100644 --- a/go.mod +++ b/go.mod @@ -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 )