2019-03-02 06:28:13 +09:00
|
|
|
module github.com/go-fed/activity
|
2019-03-01 07:11:10 +09:00
|
|
|
|
|
|
|
go 1.12
|
2018-05-31 04:44:17 +09:00
|
|
|
|
|
|
|
require (
|
2019-03-01 07:11:10 +09:00
|
|
|
github.com/dave/jennifer v1.3.0
|
|
|
|
github.com/go-fed/activity v0.4.0
|
2018-05-31 04:44:17 +09:00
|
|
|
github.com/go-fed/httpsig v0.1.0
|
|
|
|
github.com/go-test/deep v1.0.1
|
2019-03-01 07:11:10 +09:00
|
|
|
github.com/golang/mock v1.2.0
|
2018-05-31 04:44:17 +09:00
|
|
|
)
|