File: go.mod

package info (click to toggle)
wego 2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/schachmat/wego

go 1.20

require (
	github.com/mattn/go-colorable v0.1.13
	github.com/mattn/go-runewidth v0.0.14
	github.com/schachmat/ingo v0.0.0-20170403011506-a4bdc0729a3f
)

require (
	github.com/mattn/go-isatty v0.0.19 // indirect
	github.com/rivo/uniseg v0.4.4 // indirect
	golang.org/x/sys v0.8.0 // indirect
)