]> git.lizzy.rs Git - micro.git/blobdiff - go.mod
Added lines and percentage statusbar directives (#2055)
[micro.git] / go.mod
diff --git a/go.mod b/go.mod
index 13c51a0436cecd77e79c131b3318598fc58cb838..f5b85ab53fdc10edcb46291b29c27be30c12628b 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -1,38 +1,31 @@
-module github.com/zyedidia/micro
+module github.com/zyedidia/micro/v2
 
 require (
        github.com/blang/semver v3.5.1+incompatible
-       github.com/davecgh/go-spew v1.1.1 // indirect
        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/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
-       github.com/jtolds/gls v4.2.1+incompatible // indirect
-       github.com/kr/pretty v0.1.0 // indirect
-       github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 // indirect
-       github.com/lucasb-eyer/go-colorful v0.0.0-20181028223441-12d3b2882a08 // indirect
-       github.com/mattn/go-isatty v0.0.4
-       github.com/mattn/go-runewidth v0.0.4
+       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/npat-efault/poller v2.0.0+incompatible // indirect
-       github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d // indirect
-       github.com/sergi/go-diff v1.0.0
-       github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
-       github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
-       github.com/stretchr/testify v1.3.0
-       github.com/yuin/gopher-lua v0.0.0-20190125051437-7b9317363aa9
-       github.com/zyedidia/clipboard v0.0.0-20180718195219-bd31d747117d
+       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/poller v2.0.0+incompatible // indirect
-       github.com/zyedidia/pty v1.1.2-0.20180126010845-30364665a244 // indirect
-       github.com/zyedidia/tcell v0.0.0-20190204041104-518c15c24302
+       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/sys v0.0.0-20180903190138-2b024373dcd9 // indirect
-       golang.org/x/text v0.3.0
-       gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
-       gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
-       gopkg.in/sourcemap.v1 v1.0.5 // indirect
-       gopkg.in/yaml.v2 v2.2.2
-       layeh.com/gopher-luar v1.0.4
+       golang.org/x/text v0.3.2
+       gopkg.in/yaml.v2 v2.2.8
+       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/zyedidia/go-runewidth v0.0.12
+
+replace layeh.com/gopher-luar => github.com/layeh/gopher-luar v1.0.7
+
+go 1.16