File: go.mod

package info (click to toggle)
golang-github-jesseduffield-gocui 0.4%2Bgit20250220.b376cb0%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 448 kB
  • sloc: makefile: 3
file content (11 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
module github.com/jesseduffield/gocui

go 1.12

require (
	github.com/gdamore/tcell/v2 v2.8.0
	github.com/go-errors/errors v1.0.2
	github.com/mattn/go-runewidth v0.0.16
	github.com/rivo/uniseg v0.4.7 // indirect
	github.com/stretchr/testify v1.7.0
)