micro/go.mod

27 lines
1.1 KiB
Modula-2
Raw Normal View History

2019-02-04 07:17:24 +03:00
module github.com/zyedidia/micro
require (
2019-02-04 08:24:55 +03:00
github.com/blang/semver v3.5.1+incompatible
2019-02-04 07:17:24 +03:00
github.com/dustin/go-humanize v1.0.0
github.com/flynn/json5 v0.0.0-20160717195620-7620272ed633
github.com/gdamore/encoding v1.0.0 // indirect
github.com/go-errors/errors v1.0.1
2019-12-26 01:23:39 +03:00
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
2019-02-04 07:17:24 +03:00
github.com/mattn/go-isatty v0.0.4
github.com/mattn/go-runewidth v0.0.4
github.com/mitchellh/go-homedir v1.1.0
2019-02-04 08:24:55 +03:00
github.com/npat-efault/poller v2.0.0+incompatible // indirect
2019-02-04 07:17:24 +03:00
github.com/sergi/go-diff v1.0.0
2019-02-04 08:24:55 +03:00
github.com/stretchr/testify v1.3.0
github.com/yuin/gopher-lua v0.0.0-20190125051437-7b9317363aa9
2019-02-04 07:17:24 +03:00
github.com/zyedidia/clipboard v0.0.0-20180718195219-bd31d747117d
github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3
github.com/zyedidia/poller v2.0.0+incompatible // indirect
2019-02-04 08:24:55 +03:00
github.com/zyedidia/pty v1.1.2-0.20180126010845-30364665a244 // indirect
2019-12-20 19:15:35 +03:00
github.com/zyedidia/tcell v0.0.0-20191219170756-59b50b23fa9b
2019-02-04 07:17:24 +03:00
github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415
golang.org/x/text v0.3.0
gopkg.in/yaml.v2 v2.2.2
2019-02-04 08:24:55 +03:00
layeh.com/gopher-luar v1.0.4
2019-02-04 07:17:24 +03:00
)