summaryrefslogtreecommitdiffstats
path: root/_examples/barExtenderRev/go.mod
blob: f8c9ae706e963d4d896188ac8f9572f9e3b1e56a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/vbauerster/mpb/_examples/barExtenderRev

go 1.17

require github.com/vbauerster/mpb/v8 v8.6.1

require (
	github.com/VividCortex/ewma v1.2.0 // indirect
	github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
	github.com/mattn/go-runewidth v0.0.15 // indirect
	github.com/rivo/uniseg v0.4.4 // indirect
	golang.org/x/sys v0.11.0 // indirect
)