File: go.mod

package info (click to toggle)
golang-github-mendersoftware-progressbar 0.0.3%2Bds1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, experimental, sid, trixie
  • size: 96 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 139 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/mendersoftware/progressbar

go 1.15

require (
	github.com/mattn/go-isatty v0.0.12
	github.com/stretchr/testify v1.6.1
)