diff --git a/go.mod b/go.mod index 0ccf3ba..650d202 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-20191219185433-147cc84d208c + github.com/go-ap/activitypub v0.0.0-20191219200331-b973dafdba83 github.com/go-ap/errors v0.0.0-20191127092628-088896cbdb2b - github.com/go-ap/jsonld v0.0.0-20191219185915-3bd9ffc2bee4 - github.com/go-ap/storage v0.0.0-20191219190039-ba3bc6b3e359 + github.com/go-ap/jsonld v0.0.0-20191219202809-4bdaa6d26e1e + github.com/go-ap/storage v0.0.0-20191219203641-48d9e20b79ef )