musala/go.mod

24 lines
972 B
Modula-2
Raw Normal View History

2020-01-25 17:55:53 +00:00
module github.com/glenux/musala-push
2018-08-27 13:19:52 +00:00
require (
2019-08-23 10:23:33 +00:00
github.com/davecgh/go-spew v1.1.1
2020-12-05 18:00:41 +00:00
github.com/glenux/contrib-trello v0.0.0-20201205174556-59811d0e2f92
2019-08-23 10:23:33 +00:00
github.com/go-mail/mail v2.3.1+incompatible
github.com/magiconair/properties v1.8.1 // indirect
github.com/pelletier/go-toml v1.4.0 // indirect
2018-11-22 16:24:19 +00:00
github.com/russross/blackfriday/v2 v2.0.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.4.0 // indirect
2019-09-04 07:27:56 +00:00
golang.org/x/sys v0.0.0-20190904005037-43c01164e931 // indirect
2020-12-05 18:00:41 +00:00
golang.org/x/text v0.3.2 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/mail.v2 v2.3.1 // indirect
2018-08-27 13:19:52 +00:00
)
2020-01-25 22:57:46 +00:00
// replace github.com/glenux/contrib-trello => ./contrib-trello