File: go.mod

package info (click to toggle)
golang-github-c-bata-go-prompt 0.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 396 kB
  • sloc: makefile: 37; python: 13; sh: 9
file content (11 lines) | stat: -rw-r--r-- 246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/c-bata/go-prompt

go 1.14

require (
	github.com/mattn/go-colorable v0.1.7
	github.com/mattn/go-runewidth v0.0.9
	github.com/mattn/go-tty v0.0.3
	github.com/pkg/term v1.1.0
	golang.org/x/sys v0.0.0-20200918174421-af09f7315aff
)