diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-11-07 18:29:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-07 18:29:50 +0800 |
commit | e0e18f3841ae3df1f490a60ec98ce96b0690e8d3 (patch) | |
tree | 6733dbcf660233e00718520f6c4659b1d75ac9d2 /vendor.conf | |
parent | 15c8d46b04366fe0b8c9a7def13ad0e57cb83142 (diff) | |
parent | 0b8a14fed70e6e7107094c96858a36784444326b (diff) | |
download | dexon-e0e18f3841ae3df1f490a60ec98ce96b0690e8d3.tar dexon-e0e18f3841ae3df1f490a60ec98ce96b0690e8d3.tar.gz dexon-e0e18f3841ae3df1f490a60ec98ce96b0690e8d3.tar.bz2 dexon-e0e18f3841ae3df1f490a60ec98ce96b0690e8d3.tar.lz dexon-e0e18f3841ae3df1f490a60ec98ce96b0690e8d3.tar.xz dexon-e0e18f3841ae3df1f490a60ec98ce96b0690e8d3.tar.zst dexon-e0e18f3841ae3df1f490a60ec98ce96b0690e8d3.zip |
Merge pull request #3231 from fjl/liner-update
console, vendor: update liner and enable multiline mode
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index 71b0ce004..b3a5a9d5e 100644 --- a/vendor.conf +++ b/vendor.conf @@ -18,7 +18,7 @@ github.com/mattn/go-runewidth v0.0.1-10-g737072b github.com/mitchellh/go-wordwrap ad45545 github.com/nsf/termbox-go b6acae5 github.com/pborman/uuid v1.0-17-g3d4f2ba -github.com/peterh/liner 8975875 +github.com/peterh/liner 3c5f577 github.com/rcrowley/go-metrics ab2277b github.com/rjeczalik/notify 7e20c15 github.com/robertkrimen/otto bf1c379 |