1module github.com/moby/term 2 3go 1.18 4 5require ( 6 github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 7 github.com/creack/pty v1.1.18 8 golang.org/x/sys v0.1.0 9)
View as plain text