f6541cfd80
full diff: https://github.com/moby/term/compare/063f2cd0b49dbb0752774d1cb649998d91424fea...73f35e472e8f0a3f91347164138ce6bd73b756a9 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
13 lines
307 B
Modula-2
13 lines
307 B
Modula-2
module github.com/moby/term
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
|
|
github.com/creack/pty v1.1.9
|
|
github.com/google/go-cmp v0.4.0
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
|
|
gotest.tools v2.2.0+incompatible
|
|
)
|