2018-11-22 16:07:32 +00:00
|
|
|
module github.com/glenux/trello2mail
|
2018-08-27 13:19:52 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/adlio/trello v0.0.0-20180621142300-8a458717123e
|
|
|
|
github.com/pkg/errors v0.8.0 // indirect
|
2018-09-11 15:19:22 +00:00
|
|
|
github.com/russross/blackfriday v2.0.0+incompatible
|
2018-08-27 13:19:52 +00:00
|
|
|
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
|
|
|
|
)
|