diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-03-15 01:12:06 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-03-15 01:31:23 -0400 |
commit | 8d20e9218ece5927d786d6e2fac5c50572fb9c81 (patch) | |
tree | e4cdf0ba821dccbb510f169c7731ae78ce987830 /go.mod | |
parent | d274bf926c79ec834afcac00dab3f95f8bd5325f (diff) | |
download | aerc-8d20e9218ece5927d786d6e2fac5c50572fb9c81.tar.gz |
Implement key bindings subsystem
Which is not yet rigged up
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod index 05f0880..5eae665 100644 --- a/go.mod +++ b/go.mod @@ -6,12 +6,13 @@ require ( 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.32.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 ) |