File: go.mod

package info (click to toggle)
golang-github-go-delve-liner 0.0~git20211124.709274f-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 216 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
4
5
6
module github.com/go-delve/liner

require (
	github.com/mattn/go-runewidth v0.0.3
	golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
)