Add go.mod file

This commit is contained in:
Glenn Y. Rolland 2018-08-27 15:19:52 +02:00
parent 19830a9afd
commit 79fdba524c

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module github.com/glenux/trello2mail-go
require (
github.com/adlio/trello v0.0.0-20180621142300-8a458717123e
github.com/pkg/errors v0.8.0 // indirect
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
gopkg.in/russross/blackfriday.v2 v2.0.0
)