File: go.mod

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

go 1.17

require (
	github.com/dustin/go-humanize v1.0.1
	github.com/mattn/go-runewidth v0.0.14
)

require github.com/rivo/uniseg v0.2.0 // indirect