X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=go.mod;h=94625e521ca26fea1039b6f815ee7fd695dc611c;hb=225b24f35686f9568caeff6b51925573b8907096;hp=29efc5c5ccc5de2bb8e961dd9e5a3138dc6e7aff;hpb=d7ab44253fac55ab83eda2847749fcc29ad16f37;p=micro.git diff --git a/go.mod b/go.mod index 29efc5c5..94625e52 100644 --- a/go.mod +++ b/go.mod @@ -12,12 +12,12 @@ require ( 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-20200421031010-7c45b8673834 + 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 v2.0.0+incompatible // indirect - github.com/zyedidia/tcell v1.4.5 + github.com/zyedidia/tcell/v2 v2.0.5 github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415 golang.org/x/text v0.3.2 gopkg.in/sourcemap.v1 v1.0.5 // indirect @@ -25,4 +25,8 @@ require ( 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