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-05-31 15:05:36 +02:00

9 lines
303 B
Modula-2

module github.com/go-ap/activitypub
require (
github.com/buger/jsonparser v0.0.0-20181023193515-52c6e1462ebd
github.com/go-ap/activitystreams v0.0.0-20190530184402-5829d059925a
github.com/go-ap/jsonld v0.0.0-20190306111347-fbb94302fe92
github.com/go-ap/storage v0.0.0-20190531125723-e0cad53055b4
)