module argon.wbell.dev go 1.19 require ( github.com/fatih/color v1.14.1 github.com/wadey/go-rounding v1.1.0 ) require ( github.com/jwalton/go-supportscolor v1.1.0 github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.17 // indirect golang.org/x/sys v0.6.0 // indirect golang.org/x/term v0.6.0 golang.org/x/text v0.8.0 )