X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=go.mod;h=cf84d3b44d04067effb78f58a365fe0502e5d32c;hb=1793b6268b497912aa120a31a94bfe7f986ad874;hp=8d1b4fa9931df3b499d7814ef924a770d046664d;hpb=532f932712e7bb549678c016891163d4fa7e67ed;p=micro.git diff --git a/go.mod b/go.mod index 8d1b4fa9..cf84d3b4 100644 --- a/go.mod +++ b/go.mod @@ -1,24 +1,32 @@ -module github.com/zyedidia/micro +module github.com/zyedidia/micro/v2 require ( github.com/blang/semver v3.5.1+incompatible 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 - github.com/lucasb-eyer/go-colorful v1.0.3 // indirect + github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 github.com/mattn/go-isatty v0.0.11 github.com/mattn/go-runewidth v0.0.7 github.com/mitchellh/go-homedir v1.1.0 + github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff github.com/sergi/go-diff v1.1.0 + github.com/stretchr/testify v1.4.0 github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb - github.com/zyedidia/clipboard v0.0.0-20190823154308-241f98e9b197 + github.com/zyedidia/clipboard v0.0.0-20200421031010-7c45b8673834 github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3 - github.com/zyedidia/poller v0.0.0-20170616160828-ab09682913b7 // indirect + github.com/zyedidia/highlight v0.0.0-20170330143449-201131ce5cf5 + github.com/zyedidia/json5 v0.0.0-20200102012142-2da050b1a98d github.com/zyedidia/pty v2.0.0+incompatible // indirect - github.com/zyedidia/tcell v0.0.0-20191228235154-5b9bbc0d56c7 + github.com/zyedidia/tcell v1.4.6 github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415 golang.org/x/text v0.3.2 + gopkg.in/sourcemap.v1 v1.0.5 // indirect gopkg.in/yaml.v2 v2.2.7 layeh.com/gopher-luar v1.0.7 ) + +replace github.com/kballard/go-shellquote => github.com/zyedidia/go-shellquote v0.0.0-20200613203517-eccd813c0655 + +replace github.com/mattn/go-runewidth => github.com/p-e-w/go-runewidth v0.0.10-0.20200613030200-3e1705c5c059 + +go 1.11