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-04-13 10:14:28 +02:00

11 lines
301 B
Modula-2

module github.com/go-ap/handlers
go 1.13
require (
github.com/go-ap/activitypub v0.0.0-20200412085704-8ff0e652dd7b
github.com/go-ap/errors v0.0.0-20200402124111-0e465c0b25bc
github.com/go-ap/jsonld v0.0.0-20200327122108-fafac2de2660
github.com/go-ap/storage v0.0.0-20200413080935-1597f15d02c4
)