File: go.mod

package info (click to toggle)
golang-github-briandowns-spinner 1.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 484 kB
  • sloc: makefile: 16
file content (8 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
8
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
)