From c191bbffcd231eb4a1f52de24e3b4eb45ca3e72e Mon Sep 17 00:00:00 2001 From: Marius Orcsik Date: Sun, 13 Oct 2019 23:51:49 +0200 Subject: [PATCH] Updated go-ap packages --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index e843a53..998b644 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/activitystreams v0.0.0-20191010133100-d33906103c92 + github.com/go-ap/activitystreams v0.0.0-20191013213232-8a9ddc74a4c0 github.com/go-ap/errors v0.0.0-20190912092905-f53d51859c48 github.com/go-ap/jsonld v0.0.0-20190909141304-ea10fe6e7916 - github.com/go-ap/storage v0.0.0-20191007114027-3d8181580112 + github.com/go-ap/storage v0.0.0-20191011112345-44f9d3f34426 )