about summary refs log tree commit diff stats
path: root/main.c
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-14 17:48:54 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-14 17:48:54 +0200
commit4ad20ffc2c23d29329bc7349985d889f2cb45612 (patch)
tree24a0f665a6e14c68784242f5af875caf9d727a7d /main.c
parent57e6e3bb80b5fc4709de3f8b716a8b8065897c7a (diff)
downloaddwm-4ad20ffc2c23d29329bc7349985d889f2cb45612.tar.gz
fixed
Diffstat (limited to 'main.c')
0 files changed, 0 insertions, 0 deletions
400 Implement key bindings subsystem' href='/akspecs/aerc/commit/go.mod?h=0.4.0&id=8d20e9218ece5927d786d6e2fac5c50572fb9c81'>8d20e92 ^
28021ed ^
3836d24 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
                                

         


                                                                                  

                                                                      
                                     
                                                                  




                                                                             
                                          
                                
 
module git.sr.ht/~sircmpwn/aerc2

require (
	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
	github.com/gdamore/encoding v0.0.0-20151215212835-b23993cbb635
	github.com/gdamore/tcell v1.0.0
	github.com/go-ini/ini v1.42.0
	github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
	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
	github.com/nsf/termbox-go v0.0.0-20180129072728-88b7b944be8b
	github.com/stretchr/testify v1.3.0
	golang.org/x/text v0.3.0
)