aerc/go.mod

23 lines
980 B
Modula-2
Raw Normal View History

2018-06-02 01:56:41 +02:00
module git.sr.ht/~sircmpwn/aerc2
2018-03-02 15:27:27 +01:00
require (
git.sr.ht/~sircmpwn/go-libvterm v0.0.0-20190322002230-17c9f17a421a
2019-03-30 16:58:24 +01:00
git.sr.ht/~sircmpwn/pty v0.0.0-20190330154901-3a43678975a9
2019-01-13 19:03:28 +01:00
github.com/emersion/go-imap v1.0.0-beta.1
github.com/emersion/go-imap-idle v0.0.0-20180114101550-2af93776db6b
github.com/emersion/go-sasl v0.0.0-20161116183048-7e096a0a6197 // indirect
2018-06-02 01:56:41 +02:00
github.com/gdamore/encoding v0.0.0-20151215212835-b23993cbb635
github.com/gdamore/tcell v1.0.0
github.com/go-ini/ini v1.42.0
2019-03-11 02:23:22 +01:00
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
2018-06-02 01:56:41 +02:00
github.com/kyoh86/xdg v0.0.0-20171127140545-8db68a8ea76a
github.com/lucasb-eyer/go-colorful v0.0.0-20180531031333-d9cec903b20c
github.com/mattn/go-isatty v0.0.3
github.com/mattn/go-runewidth v0.0.2
2019-03-15 15:47:09 +01:00
github.com/mitchellh/go-homedir v1.1.0
2018-06-02 01:56:41 +02:00
github.com/nsf/termbox-go v0.0.0-20180129072728-88b7b944be8b
2019-03-17 22:08:54 +01:00
github.com/riywo/loginshell v0.0.0-20181227004642-c2f4167b2303
github.com/stretchr/testify v1.3.0
2018-06-02 01:56:41 +02:00
golang.org/x/text v0.3.0
2018-03-02 15:27:27 +01:00
)