Files
Alessio Biancalana 736989b677 fix(enter): use a real isatty check for --tty allocation (#2193)
* fix(enter): use a real isatty check for --tty allocation

* test(containermanager): make IsTTY regression test lint-clean
2026-08-09 19:15:49 +02:00

18 lines
381 B
AMPL

module github.com/89luca89/distrobox
go 1.25.3
require (
github.com/stretchr/testify v1.11.1
github.com/urfave/cli/v3 v3.10.1
gopkg.in/ini.v1 v1.67.3
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/term v0.45.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)