2022-08-03 21:29:55 +02:00
|
|
|
module git.milar.in/milarin/diskspace
|
2022-06-28 13:11:16 +02:00
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
2022-08-03 21:29:55 +02:00
|
|
|
require github.com/fatih/color v1.13.0
|
2022-06-28 13:11:16 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
|
|
)
|