mirror of
https://github.com/CompeyDev/wsl-archlinux-manager.git
synced 2024-12-12 04:30:37 +00:00
22 lines
704 B
Modula-2
22 lines
704 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
|
|
github.com/schollz/progressbar/v3 v3.12.1
|
|
)
|
|
|
|
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.16 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
golang.org/x/sys v0.2.0 // indirect
|
|
golang.org/x/term v0.2.0 // indirect
|
|
)
|