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-11-22 17:24:19 +01:00
|
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
2018-08-27 15:19:52 +02:00
|
|
|
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
|
2018-11-23 11:46:12 +01: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 15:19:52 +02:00
|
|
|
)
|