This repository has been archived on 2022-11-27. You can view files and clone it, but cannot push or open issues or pull requests.
activitypub/go.mod
2019-06-21 17:46:49 +02:00

10 lines
305 B
Modula-2

module github.com/go-ap/handlers
go 1.12
require (
github.com/go-ap/activitystreams v0.0.0-20190621152349-7d4dd99336d5
github.com/go-ap/errors v0.0.0-20190621154420-19e59a62cbd5
github.com/go-ap/jsonld v0.0.0-20190611133029-f14cb36cc09c
github.com/go-ap/storage v0.0.0-20190621154542-2d70b6c181c4
)