DockerST/go.mod
2024-06-19 14:00:24 +08:00

16 lines
331 B
Modula-2

module DockerST
go 1.22
require (
github.com/VividCortex/ewma v1.2.0
github.com/schollz/progressbar/v3 v3.14.4
)
require (
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.20.0 // indirect
)