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-12-05 19:19:17 +01: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-20191205181648-67aa065f9f6f
github.com/go-ap/errors v0.0.0-20191127092628-088896cbdb2b
github.com/go-ap/jsonld v0.0.0-20191123195936-1e43eac08b0c
github.com/go-ap/storage v0.0.0-20191205181758-fdd6bdb0b188
)