git-lfs/vendor
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
..
github.com go.mod: use latest github.com/olekukonko/ts 2018-09-03 09:27:17 -04:00
golang.org/x/sys go.mod: use latest github.com/olekukonko/ts 2018-09-03 09:27:17 -04:00
modules.txt go.mod: use latest github.com/olekukonko/ts 2018-09-03 09:27:17 -04:00