]> git.lizzy.rs Git - micro.git/blob - go.mod
Add "paste" option to enable aggressive pasting
[micro.git] / go.mod
1 module github.com/zyedidia/micro
2
3 require (
4         github.com/blang/semver v3.5.1+incompatible
5         github.com/dustin/go-humanize v1.0.0
6         github.com/go-errors/errors v1.0.1
7         github.com/mattn/go-isatty v0.0.11
8         github.com/mattn/go-runewidth v0.0.7
9         github.com/mitchellh/go-homedir v1.1.0
10         github.com/sergi/go-diff v1.1.0
11         github.com/stretchr/testify v1.4.0
12         github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb
13         github.com/zyedidia/clipboard v0.0.0-20190823154308-241f98e9b197
14         github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3
15         github.com/zyedidia/highlight v0.0.0-20170330143449-201131ce5cf5
16         github.com/zyedidia/json5 v0.0.0-20200102012142-2da050b1a98d
17         github.com/zyedidia/pty v2.0.0+incompatible // indirect
18         github.com/zyedidia/tcell v1.4.1
19         github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415
20         golang.org/x/text v0.3.2
21         gopkg.in/yaml.v2 v2.2.7
22         layeh.com/gopher-luar v1.0.7
23 )
24
25 go 1.11