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-06-01 00:12:58 +02:00

9 lines
200 B
Modula-2

module github.com/go-ap/handlers
go 1.12
require (
github.com/go-ap/errors v0.0.0-20190531221153-9f3d3241690b // indirect
github.com/go-ap/storage v0.0.0-20190531125723-e0cad53055b4 // indirect
)