/
githubmirror
/
toolbox
Обзор
Документация
Войти
/
githubmirror
/
toolbox
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.0.99
src/go.mod
17 строк
522 B
Debarshi Ray
cmd/list: Color the output only when displaying on a terminal
03 ноя 2020, 04:03
03 ноя 2020, 04:03
f49df91
Код
Авторство
О чём код?
module github.com/containers/toolbox go 1.13 require ( github.com/HarryMichal/go-version v1.0.0 github.com/acobaugh/osrelease v0.0.0-20181218015638-a93a0a55a249 github.com/briandowns/spinner v1.10.0 github.com/docker/go-units v0.4.0 github.com/fsnotify/fsnotify v1.4.7 github.com/godbus/dbus/v5 v5.0.3 github.com/mattn/go-isatty v0.0.8 github.com/sirupsen/logrus v1.4.2 github.com/spf13/cobra v0.0.5 golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 golang.org/x/sys v0.0.0-20190422165155-953cdadca894 )