]> git.lizzy.rs Git - micro.git/blob - go.mod
2ce1f48f40edd852288c0125f693650daa136a45
[micro.git] / go.mod
1 module github.com/zyedidia/micro
2
3 require (
4         github.com/dustin/go-humanize v1.0.0
5         github.com/flynn/json5 v0.0.0-20160717195620-7620272ed633
6         github.com/gdamore/encoding v1.0.0 // indirect
7         github.com/go-errors/errors v1.0.1
8         github.com/lucasb-eyer/go-colorful v0.0.0-20181028223441-12d3b2882a08 // indirect
9         github.com/mattn/go-isatty v0.0.4
10         github.com/mattn/go-runewidth v0.0.4
11         github.com/mitchellh/go-homedir v1.1.0
12         github.com/sergi/go-diff v1.0.0
13         github.com/zyedidia/clipboard v0.0.0-20180718195219-bd31d747117d
14         github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3
15         github.com/zyedidia/poller v2.0.0+incompatible // indirect
16         github.com/zyedidia/pty v1.1.2-0.20180126010845-30364665a244
17         github.com/zyedidia/tcell v0.0.0-20190204041104-518c15c24302
18         github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415
19         golang.org/x/text v0.3.0
20         gopkg.in/yaml.v2 v2.2.2
21 )