X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=go.mod;h=f5b85ab53fdc10edcb46291b29c27be30c12628b;hb=987e40907137323a97c94dfcdca0cbb96ab05cbc;hp=1a8bfdab3af5b6afd66f35ab408a7bbdf886295d;hpb=005442a4d065e208a780f4cd0fa5de90b3b7a140;p=micro.git diff --git a/go.mod b/go.mod index 1a8bfdab..f5b85ab5 100644 --- a/go.mod +++ b/go.mod @@ -8,20 +8,17 @@ require ( 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 v1.0.3 github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3 - github.com/zyedidia/highlight v0.0.0-20170330143449-201131ce5cf5 github.com/zyedidia/json5 v0.0.0-20200102012142-2da050b1a98d github.com/zyedidia/pty v1.1.15 // indirect github.com/zyedidia/tcell/v2 v2.0.8 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 + gopkg.in/yaml.v2 v2.2.8 layeh.com/gopher-luar v1.0.7 ) @@ -29,4 +26,6 @@ replace github.com/kballard/go-shellquote => github.com/zyedidia/go-shellquote v replace github.com/mattn/go-runewidth => github.com/zyedidia/go-runewidth v0.0.12 -go 1.11 +replace layeh.com/gopher-luar => github.com/layeh/gopher-luar v1.0.7 + +go 1.16