Updated activitypub package with even more final gob encode/decode

This commit is contained in:
mariusor 2022-01-13 16:53:09 +01:00
parent d037a352cb
commit b36791f64c
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-20220113112234-af0f5aa0eef9
github.com/go-ap/activitypub v0.0.0-20220113155114-2647d68b4500
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-20220113113124-6e9ebb60a0c3
github.com/go-ap/storage v0.0.0-20220113155153-e0e3874b99e2
)