summaryrefslogtreecommitdiffstats
path: root/go.sum
AgeCommit message (Collapse)Author
2021-04-06Update dependenciesJunegunn Choi
go get: upgraded github.com/lucasb-eyer/go-colorful v1.0.3 => v1.2.0 go get: upgraded github.com/mattn/go-runewidth v0.0.9 => v0.0.12 go get: upgraded github.com/mattn/go-shellwords v1.0.10 => v1.0.11 go get: added github.com/rivo/uniseg v0.2.0 go get: upgraded github.com/saracen/walker v0.1.1 => v0.1.2 go get: upgraded golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 => v0.0.0-20210220032951-036812b2e83c go get: upgraded golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 => v0.0.0-20210403161142-5e06dd20ab57 go get: upgraded golang.org/x/text v0.3.3 => v0.3.6
2021-03-20Replace golang.org/x/crypto/ssh/terminal with golang.org/x/term (#2395)Mitsuo Heijo
See https://github.com/golang/go/issues/31044
2021-02-25Update build script to build macOS arm64 binaryJunegunn Choi
Close #2361
2020-10-270.24.0-rc10.24.0-rc1Junegunn Choi
2020-10-23Update go-runewidthJunegunn Choi
2020-09-02Add truecolor support for Windows, if available (#2156)Michael Kelley
- Update to latest tcell which has 24 bit Windows support - light renderer under Windows defaults to Dark256, if possible - Respect TCELL_TRUECOLOR - Remove tcell 1.3 references
2020-02-04[windows] Use native walker since output of DOS command is not UTF-8 encoded ↵mattn
(#1847) Makes scanning 300x faster on Windows
2019-05-26Update sys module to newer version (#1582)Michael Kelley
A newer version of the sys module is needed for pull request #1341
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