| module github.com/google/goexpect |
| |
| go 1.12 |
| |
| require ( |
| github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b |
| github.com/google/goterm v0.0.0-20190703233501-fc88cf888a3f |
| github.com/ziutek/telnet v0.0.0-20180329124119-c3b780dc415b |
| golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de |
| golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect |
| golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect |
| google.golang.org/grpc v1.31.0 |
| honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect |
| ) |