2020-05-04 14:16:15 +00:00
|
|
|
module github.com/zyedidia/micro/v2
|
2019-02-04 04:17:24 +00:00
|
|
|
|
|
|
|
require (
|
2019-02-04 05:24:55 +00:00
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
2019-02-04 04:17:24 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
|
|
|
github.com/go-errors/errors v1.0.1
|
2020-01-02 23:30:51 +00:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
2019-12-26 21:37:02 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.11
|
|
|
|
github.com/mattn/go-runewidth v0.0.7
|
2019-02-04 04:17:24 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-02-22 03:21:38 +00:00
|
|
|
github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff
|
2019-12-26 21:37:02 +00:00
|
|
|
github.com/sergi/go-diff v1.1.0
|
2020-01-02 01:44:45 +00:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-12-26 21:37:02 +00:00
|
|
|
github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb
|
2020-07-01 03:29:09 +00:00
|
|
|
github.com/zyedidia/clipboard v1.0.1
|
2019-02-04 04:17:24 +00:00
|
|
|
github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3
|
2020-01-02 01:44:45 +00:00
|
|
|
github.com/zyedidia/highlight v0.0.0-20170330143449-201131ce5cf5
|
|
|
|
github.com/zyedidia/json5 v0.0.0-20200102012142-2da050b1a98d
|
2019-12-26 21:37:02 +00:00
|
|
|
github.com/zyedidia/pty v2.0.0+incompatible // indirect
|
2020-06-20 22:24:12 +00:00
|
|
|
github.com/zyedidia/tcell v1.4.8
|
2019-02-04 04:17:24 +00:00
|
|
|
github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415
|
2019-12-26 21:37:02 +00:00
|
|
|
golang.org/x/text v0.3.2
|
2020-02-22 03:21:38 +00:00
|
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
2019-12-26 21:37:02 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.7
|
|
|
|
layeh.com/gopher-luar v1.0.7
|
2019-02-04 04:17:24 +00:00
|
|
|
)
|
2020-01-02 01:44:45 +00:00
|
|
|
|
2020-06-13 20:58:20 +00:00
|
|
|
replace github.com/kballard/go-shellquote => github.com/zyedidia/go-shellquote v0.0.0-20200613203517-eccd813c0655
|
|
|
|
|
2020-06-13 03:29:17 +00:00
|
|
|
replace github.com/mattn/go-runewidth => github.com/p-e-w/go-runewidth v0.0.10-0.20200613030200-3e1705c5c059
|
|
|
|
|
2020-01-02 01:44:45 +00:00
|
|
|
go 1.11
|