diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-02 09:27:27 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-02 09:27:44 -0500 |
commit | 3836d240c9aa26615e7d768a57436d171edc3831 (patch) | |
tree | 3b83517117f5cb81ef73bbb85bcc745496274965 /go.mod | |
parent | cea98463c9fa551c81407edefe48a4fb2763ced0 (diff) | |
download | aerc-3836d240c9aa26615e7d768a57436d171edc3831.tar.gz |
Switch to vgo
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..cc52cd8 --- /dev/null +++ b/go.mod @@ -0,0 +1,9 @@ +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 +) |