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
2020-06-10 21:50:35 +02:00

10 lines
301 B
Modula-2

module github.com/go-ap/handlers
go 1.13
require (
github.com/go-ap/activitypub v0.0.0-20200610193656-b6c780ed5202
github.com/go-ap/errors v0.0.0-20200610194301-39b7d0cbba26
github.com/go-ap/jsonld v0.0.0-20200327122108-fafac2de2660
github.com/go-ap/storage v0.0.0-20200610194637-65c025a8cc83
)