File: go.mod

package info (click to toggle)
golang-github-google-goexpect 0.0~git20210430.ab937bf-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: sh: 34; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 525 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
)