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-11-17 12:37:50 +01:00

11 lines
305 B
Modula-2

module github.com/go-ap/handlers
go 1.13
require (
github.com/go-ap/activitystreams v0.0.0-20191013213232-8a9ddc74a4c0
github.com/go-ap/errors v0.0.0-20190912092905-f53d51859c48
github.com/go-ap/jsonld v0.0.0-20190909141304-ea10fe6e7916
github.com/go-ap/storage v0.0.0-20191117113551-e2dc73b80a56
)