mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
17 lines
384 B
Modula-2
17 lines
384 B
Modula-2
module wbell.dev/m/v2
|
|
|
|
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 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
|
|
)
|