/
githubmirror
/
toolbox
Обзор
Документация
Войти
/
githubmirror
/
toolbox
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.0.99.4
src/go.mod
18 строк
525 B
Debarshi Ray
cmd/list, cmd/run: Consolidate the dependencies for the IsTerminal() API
23 окт 2022, 21:13
23 окт 2022, 21:13
a093dc6
Код
Авторство
О чём код?
module github.com/containers/toolbox go 1.13 require ( github.com/HarryMichal/go-version v1.0.1 github.com/acobaugh/osrelease v0.1.0 github.com/briandowns/spinner v1.17.0 github.com/docker/go-units v0.4.0 github.com/fsnotify/fsnotify v1.5.1 github.com/godbus/dbus/v5 v5.0.6 github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.3.0 github.com/spf13/viper v1.10.1 github.com/stretchr/testify v1.7.0 golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 )