File: go.mod

package info (click to toggle)
golang-github-netflix-go-expect 0.0~git20201125.85d881c-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 156 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 120 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/Netflix/go-expect

go 1.13

require (
	github.com/kr/pty v1.1.1
	github.com/stretchr/testify v1.6.1
)