go-fed-activity/go.mod

11 lines
216 B
Modula-2

module github.com/go-fed/activity
go 1.12
require (
github.com/dave/jennifer v1.3.0
github.com/go-fed/httpsig v0.1.1-0.20190914113940-c2de3672e5b5
github.com/go-test/deep v1.0.1
github.com/golang/mock v1.2.0
)