...

Text file src/github.com/mattn/go-tty/go.mod

Documentation: github.com/mattn/go-tty

     1module github.com/mattn/go-tty
     2
     3go 1.14
     4
     5require (
     6	github.com/mattn/go-colorable v0.1.4
     7	github.com/mattn/go-isatty v0.0.10
     8	github.com/mattn/go-runewidth v0.0.6
     9	golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
    10	golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e
    11)

View as plain text