Fix go module issue

This commit is contained in:
Zachary Yedidia
2019-12-26 16:37:02 -05:00
parent 8570ff9a8c
commit e912b7de12
2 changed files with 43 additions and 34 deletions

21
go.mod
View File

@@ -7,20 +7,17 @@ require (
github.com/gdamore/encoding v1.0.0 // indirect
github.com/go-errors/errors v1.0.1
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mattn/go-isatty v0.0.4
github.com/mattn/go-runewidth v0.0.4
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/sergi/go-diff v1.0.0
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/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb
github.com/zyedidia/clipboard v0.0.0-20190823154308-241f98e9b197
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/pty v2.0.0+incompatible // indirect
github.com/zyedidia/tcell v0.0.0-20191219170756-59b50b23fa9b
github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415
golang.org/x/text v0.3.0
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.7
layeh.com/gopher-luar v1.0.7
)