summaryrefslogtreecommitdiff
path: root/glide.lock
AgeCommit message (Collapse)Author
2018-12-13Use go modules and simplify build (#1444)Stefan Tatschner
* Update .travis.yml and use stages This updates the .travis.yml configuration to use separate stages for unittests and CLI tests. The output is now clearer, since for unittests and CLI tests separate web pages are available. * Use go modules and simplify build
2018-07-16Update Makefile to build ppc64le binary (#1326)Younes Manton
* Add ppc64le support to Makefile * Update crypt libs to fix tty ioctls on ppc64le The hardcoded tty ioctl commands in the terminal package were not correct for ppc64le and caused the ioctls to return ENOTTY for commands like TCGETS and so on. The bug is fixed in later versions.
2017-12-03Update tcell to fix double-enter problem on Windows GVimJunegunn Choi
- Close #1169 - https://github.com/gdamore/tcell/pull/159
2017-06-01Use glide to handle go dependenciesEdgar Lee