File: go.mod

package info (click to toggle)
golang-github-chzyer-readline 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 316 kB
  • sloc: makefile: 3
file content (10 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/chzyer/readline

go 1.15

require (
	github.com/chzyer/test v1.0.0
	golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5
)

require github.com/chzyer/logex v1.2.1