blob: cc52cd82303d0238fa9e35cf48335799d6d484f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
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
)
|