File: go.mod

package info (click to toggle)
golang-github-briandowns-spinner 1.18.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie
  • size: 548 kB
  • sloc: makefile: 17
file content (9 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/briandowns/spinner

go 1.14

require (
	github.com/fatih/color v1.7.0
	github.com/mattn/go-colorable v0.1.2 // indirect
	github.com/mattn/go-isatty v0.0.8
)