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