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-09-09 20:42:14 +02: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-20190909141431-68a574025555
github.com/go-ap/errors v0.0.0-20190904113336-a616ddc7f681
github.com/go-ap/jsonld v0.0.0-20190909141304-ea10fe6e7916
github.com/go-ap/storage v0.0.0-20190909182341-a39f6618b3f8
)