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-11-22 16:24:19 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
2018-08-27 13:19:52 +00:00
|
|
|
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
|
2018-11-23 10:46:12 +00:00
|
|
|
github.com/spf13/cobra v0.0.3
|
|
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
|
|
github.com/spf13/viper v1.2.1
|
2018-08-27 13:19:52 +00:00
|
|
|
)
|