mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
33 lines
813 B
Modula-2
33 lines
813 B
Modula-2
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/chzyer/readline v1.5.1 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
github.com/shirou/gopsutil v2.21.11+incompatible // indirect
|
|
github.com/tklauser/go-sysconf v0.3.14 // indirect
|
|
github.com/tklauser/numcpus v0.8.0 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/gabriel-vasile/mimetype v1.4.2
|
|
golang.org/x/net v0.8.0 // indirect
|
|
)
|
|
|
|
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.19.0 // indirect
|
|
golang.org/x/term v0.6.0
|
|
golang.org/x/text v0.8.0
|
|
)
|