Update to activitypub package version with exported Gob functions

This commit is contained in:
mariusor 2022-01-14 16:27:10 +01:00
parent b36791f64c
commit 01c8503de4
No known key found for this signature in database
GPG key ID: DBF5E47F5DBC4D21

4
go.mod
View file

@ -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
)