diff --git a/go.mod b/go.mod index cf70bac..b74339f 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-20220113155114-2647d68b4500 + github.com/go-ap/activitypub v0.0.0-20220114152328-7b062fcd1f39 github.com/go-ap/errors v0.0.0-20211205144917-1b5bb9681d99 github.com/go-ap/jsonld v0.0.0-20200327122108-fafac2de2660 - github.com/go-ap/storage v0.0.0-20220113155153-e0e3874b99e2 + github.com/go-ap/storage v0.0.0-20220114152627-00613dd20f15 )