summaryrefslogtreecommitdiffstats
path: root/go.mod
AgeCommit message (Expand)Author
2022-09-28Bump github.com/mattn/go-runewidth from 0.0.13 to 0.0.14 (#2984)dependabot[bot]
2022-09-28Bump github.com/rivo/uniseg from 0.2.0 to 0.4.2 (#2964)dependabot[bot]
2022-09-28Bump github.com/saracen/walker from 0.1.2 to 0.1.3 (#2880)dependabot[bot]
2022-09-28Bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16 (#2926)dependabot[bot]
2022-08-26Add support for ANSI strike-through (#2932)Emil Vanherp
2022-04-07Require Go 1.17 or aboveJunegunn Choi
2021-10-04Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.14 (#2612)dependabot[bot]
2021-10-04Bump github.com/mattn/go-shellwords from 1.0.11 to 1.0.12 (#2592)dependabot[bot]
2021-10-04Bump github.com/mattn/go-runewidth from 0.0.12 to 0.0.13 (#2591)dependabot[bot]
2021-05-14Replace RuneWidth to StringWidth to handle grapheme clustersJunegunn Choi
2021-04-06Update dependenciesJunegunn Choi
2021-03-20Replace golang.org/x/crypto/ssh/terminal with golang.org/x/term (#2395)Mitsuo Heijo
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
2020-02-04[windows] Use native walker since output of DOS command is not UTF-8 encoded ...mattn
2019-11-02Build with Go 1.13Junegunn Choi
2019-05-26Update sys module to newer version (#1582)Michael Kelley
2018-12-13Use go modules and simplify build (#1444)Stefan Tatschner