git-lfs/vendor/golang.org/x/sys
Taylor Blau d32ff9b429 go.mod: use latest github.com/olekukonko/ts
We use package github.com/olekukonko/ts to issue IOCTL's to gather the
terminal size of the calling terminal in order to determine the length
of lines we attempt to print.

Until now, we have used revision ecf753e7c962, which is over 4 years
old. Since then, github.com/olekukonko/ts has introduced support for
Solaris, which we previously could not build or run on because package
syscall on Solaris does not export an IOCTL constant.

Let's upgrade to the latest version, and bring in support for Solaris.
2018-09-03 09:27:17 -04:00
..
unix go.mod: use latest github.com/olekukonko/ts 2018-09-03 09:27:17 -04:00
AUTHORS go.mod: use latest github.com/olekukonko/ts 2018-09-03 09:27:17 -04:00
CONTRIBUTORS go.mod: use latest github.com/olekukonko/ts 2018-09-03 09:27:17 -04:00
LICENSE go.mod: use latest github.com/olekukonko/ts 2018-09-03 09:27:17 -04:00
PATENTS go.mod: use latest github.com/olekukonko/ts 2018-09-03 09:27:17 -04:00