go-fed-activity/go.mod
Lukas Matt 85d191bffb Add https://w3id.org/security/v1 extension
* update go-mod httpsig
2019-09-16 22:47:07 +02:00

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
)