From 101226ff0f1fb7c0e13025c1c0702e4893da29e3 Mon Sep 17 00:00:00 2001 From: Marius Orcsik Date: Thu, 24 Jan 2019 11:08:17 +0100 Subject: [PATCH] Organizing the versions is becoming a bit tricky --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index b657552..a9b96fe 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,6 @@ module github.com/go-ap/activitystreams require ( github.com/buger/jsonparser v0.0.0-20181023193515-52c6e1462ebd - github.com/go-ap/activitypub v0.0.0-20190122153846-b987bcf379f8 - github.com/go-ap/jsonld v0.0.0-20190122152743-fe4e38313f3a + github.com/go-ap/activitypub v0.0.0-20190122155615-09557994a6e7 + github.com/go-ap/jsonld v0.0.0-20190123115832-5b5b5a026f1a )