mirror of
https://github.com/CompeyDev/wsl-archlinux-manager.git
synced 2025-01-08 09:59:10 +00:00
18 lines
476 B
Modula-2
18 lines
476 B
Modula-2
|
module github.com/CompeyDev/wsl-archlinux-manager
|
||
|
|
||
|
go 1.19
|
||
|
|
||
|
require (
|
||
|
github.com/briandowns/spinner v1.19.0
|
||
|
github.com/cavaliergopher/grab/v3 v3.0.1
|
||
|
github.com/gookit/color v1.5.2
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/fatih/color v1.10.0 // indirect
|
||
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
||
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
||
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
||
|
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
|
||
|
)
|