mirror of
https://github.com/CompeyDev/wsl-archlinux-manager.git
synced 2024-12-12 12:40:36 +00:00
17 lines
476 B
Modula-2
17 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
|
|
)
|