aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-06-01 16:56:41 -0700
committerDrew DeVault <sir@cmpwn.com>2018-06-01 16:56:41 -0700
commit28021ede1bf6b2e2013b9db3fd22c85a3b6099a9 (patch)
treea20e213bc836ec9cfc9c8c43a98a52d2b3a0063c /go.mod
parent80e891a8024ac10a60daa790131e04f0326b0c73 (diff)
Update go.mod
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod17
1 files changed, 10 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index c41cca6..6cf9fb6 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,13 @@
-module "git.sr.ht/~sircmpwn/aerc2"
+module git.sr.ht/~sircmpwn/aerc2
require (
- "github.com/go-ini/ini" v1.32.0
- "github.com/kyoh86/xdg" v0.0.0-20171127140545-8db68a8ea76a
- "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/gdamore/tcell" v1.0.0
+ 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/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
+ golang.org/x/text v0.3.0
)