Updated activitypub with IRI fmt improvements

This commit is contained in:
mariusor 2022-05-24 15:49:35 +02:00
parent a8ab351bd6
commit 05aaf624e6
No known key found for this signature in database
GPG key ID: DBF5E47F5DBC4D21

4
go.mod
View file

@ -3,10 +3,10 @@ module github.com/go-ap/handlers
go 1.18
require (
github.com/go-ap/activitypub v0.0.0-20220524101432-7ed0d30e7c54
github.com/go-ap/activitypub v0.0.0-20220524134736-7c011e3a7417
github.com/go-ap/errors v0.0.0-20220522120501-423698972a61
github.com/go-ap/jsonld v0.0.0-20200327122108-fafac2de2660
github.com/go-ap/storage v0.0.0-20220524101523-696a6899e039
github.com/go-ap/storage v0.0.0-20220524134833-06f9d781a6a8
)
require (