Add go.mod file
This commit is contained in:
parent
19830a9afd
commit
79fdba524c
1 changed files with 8 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal 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
|
||||||
|
)
|
Loading…
Reference in a new issue