2025-01-21 23:48:58 +00:00
|
|
|
module upm
|
2025-01-21 21:59:43 +00:00
|
|
|
|
|
|
|
go 1.22
|
|
|
|
|
|
|
|
require (
|
2025-01-21 23:48:58 +00:00
|
|
|
github.com/briandowns/spinner v1.23.2
|
|
|
|
github.com/fatih/color v1.18.0
|
2025-01-21 21:59:43 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2025-01-21 23:48:58 +00:00
|
|
|
golang.org/x/sys v0.25.0 // indirect
|
2025-01-21 21:59:43 +00:00
|
|
|
golang.org/x/term v0.1.0 // indirect
|
|
|
|
)
|