]> git.lizzy.rs Git - micro.git/blobdiff - go.mod
better top
[micro.git] / go.mod
diff --git a/go.mod b/go.mod
index 0e55ea095891ead0b4192536def628ae398f4b1a..9f99bf2dc4aa813cb147286e2960a39bbdfc9578 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,7 @@ require (
        github.com/blang/semver v3.5.1+incompatible
        github.com/dustin/go-humanize v1.0.0
        github.com/go-errors/errors v1.0.1
+       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
@@ -15,7 +16,7 @@ require (
        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.0
+       github.com/zyedidia/tcell v1.4.3
        github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415
        golang.org/x/text v0.3.2
        gopkg.in/yaml.v2 v2.2.7