mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
23 lines
452 B
Modula-2
23 lines
452 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/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.6.0 // indirect
|
|
golang.org/x/term v0.6.0
|
|
golang.org/x/text v0.8.0
|
|
)
|