]> git.lizzy.rs Git - micro.git/blob - go.mod
1a8bfdab3af5b6afd66f35ab408a7bbdf886295d
[micro.git] / go.mod
1 module github.com/zyedidia/micro/v2
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/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
8         github.com/mattn/go-isatty v0.0.11
9         github.com/mattn/go-runewidth v0.0.7
10         github.com/mitchellh/go-homedir v1.1.0
11         github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff
12         github.com/sergi/go-diff v1.1.0
13         github.com/stretchr/testify v1.4.0
14         github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb
15         github.com/zyedidia/clipboard v1.0.3
16         github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3
17         github.com/zyedidia/highlight v0.0.0-20170330143449-201131ce5cf5
18         github.com/zyedidia/json5 v0.0.0-20200102012142-2da050b1a98d
19         github.com/zyedidia/pty v1.1.15 // indirect
20         github.com/zyedidia/tcell/v2 v2.0.8
21         github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415
22         golang.org/x/text v0.3.2
23         gopkg.in/sourcemap.v1 v1.0.5 // indirect
24         gopkg.in/yaml.v2 v2.2.7
25         layeh.com/gopher-luar v1.0.7
26 )
27
28 replace github.com/kballard/go-shellquote => github.com/zyedidia/go-shellquote v0.0.0-20200613203517-eccd813c0655
29
30 replace github.com/mattn/go-runewidth => github.com/zyedidia/go-runewidth v0.0.12
31
32 go 1.11