micro/go.mod

31 lines
1.1 KiB
Modula-2
Raw Normal View History

2020-05-04 17:16:15 +03:00
module github.com/zyedidia/micro/v2
2019-02-04 07:17:24 +03:00
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/go-errors/errors v1.0.1
2020-01-03 02:30:51 +03:00
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2019-12-27 00:37:02 +03:00
github.com/mattn/go-isatty v0.0.11
github.com/mattn/go-runewidth v0.0.7
2019-02-04 07:17:24 +03:00
github.com/mitchellh/go-homedir v1.1.0
2019-12-27 00:37:02 +03:00
github.com/sergi/go-diff v1.1.0
2020-01-02 04:44:45 +03:00
github.com/stretchr/testify v1.4.0
2019-12-27 00:37:02 +03:00
github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb
2022-11-06 04:30:52 +03:00
github.com/zyedidia/clipper v0.1.1
2019-02-04 07:17:24 +03:00
github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3
2020-01-02 04:44:45 +03:00
github.com/zyedidia/json5 v0.0.0-20200102012142-2da050b1a98d
2023-09-02 15:32:09 +03:00
github.com/zyedidia/tcell/v2 v2.0.10-0.20230831153116-061c5b2c7260 // indirect
github.com/zyedidia/terminal v0.0.0-20230315200948-4b3bcf6dddef
golang.org/x/text v0.3.8
gopkg.in/yaml.v2 v2.2.8
2019-12-27 00:37:02 +03:00
layeh.com/gopher-luar v1.0.7
2019-02-04 07:17:24 +03:00
)
2020-01-02 04:44:45 +03:00
2020-06-13 23:58:20 +03:00
replace github.com/kballard/go-shellquote => github.com/zyedidia/go-shellquote v0.0.0-20200613203517-eccd813c0655
2021-03-08 21:10:52 +03:00
replace github.com/mattn/go-runewidth => github.com/zyedidia/go-runewidth v0.0.12
2020-06-13 06:29:17 +03:00
2022-01-07 05:11:02 +03:00
replace layeh.com/gopher-luar => github.com/layeh/gopher-luar v1.0.7
go 1.16