]> git.lizzy.rs Git - micro.git/commitdiff
Update go-shellquote for windows
authorZachary Yedidia <zyedidia@gmail.com>
Sat, 13 Jun 2020 20:58:20 +0000 (16:58 -0400)
committerZachary Yedidia <zyedidia@gmail.com>
Sat, 13 Jun 2020 20:58:20 +0000 (16:58 -0400)
go.mod
go.sum

diff --git a/go.mod b/go.mod
index 45747fa6b546f1d05ecd4f8c7d6ecbb0da8739a5..9fd93b63412334e25e7c7d2493f2dc57871a3482 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -25,4 +25,6 @@ require (
        layeh.com/gopher-luar v1.0.7
 )
 
+replace github.com/kballard/go-shellquote => github.com/zyedidia/go-shellquote v0.0.0-20200613203517-eccd813c0655
+
 go 1.11
diff --git a/go.sum b/go.sum
index 1c683e4c356de395b4ce5d782c8d6566fde624e0..216ff5072d3a396595289f7e1bbf1f60c4234138 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -46,6 +46,8 @@ github.com/zyedidia/clipboard v0.0.0-20200421031010-7c45b8673834 h1:0nOfq3JwYRiY
 github.com/zyedidia/clipboard v0.0.0-20200421031010-7c45b8673834/go.mod h1:zykFnZUXX0ErxqvYLUFEq7QDJKId8rmh2FgD0/Y8cjA=
 github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3 h1:oMHjjTLfGXVuyOQBYj5/td9WC0mw4g1xDBPovIqmHew=
 github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3/go.mod h1:YKbIYP//Eln8eDgAJGI3IDvR3s4Tv9Z9TGIOumiyQ5c=
+github.com/zyedidia/go-shellquote v0.0.0-20200613203517-eccd813c0655 h1:Z3RhH6hvcSx7eX6Q/pP6YVsgea/1eMDG99vtWwi3nK4=
+github.com/zyedidia/go-shellquote v0.0.0-20200613203517-eccd813c0655/go.mod h1:1sTqqO+kcYzZp43M5VsJe1tns9IzlSeC9jB6c2+o/5Y=
 github.com/zyedidia/highlight v0.0.0-20170330143449-201131ce5cf5 h1:Zs6mpwXvlqpF9zHl5XaN0p5V4J9XvP+WBuiuXyIgqvc=
 github.com/zyedidia/highlight v0.0.0-20170330143449-201131ce5cf5/go.mod h1:c1r+Ob9tUTPB0FKWO1+x+Hsc/zNa45WdGq7Y38Ybip0=
 github.com/zyedidia/json5 v0.0.0-20200102012142-2da050b1a98d h1:zmDMkh22zXOB7gz8jFaI4GpI7llsPgzm38/jG0UgxjE=