mirror of
https://gitee.com/energye/energy.git
synced 2024-12-02 03:37:48 +08:00
28 lines
816 B
Modula-2
28 lines
816 B
Modula-2
module github.com/energye/energy/v2/cmd
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
atomicgo.dev/cursor v0.2.0
|
|
atomicgo.dev/keyboard v0.2.9
|
|
github.com/energye/rawhttp v1.0.1
|
|
github.com/jessevdk/go-flags v1.6.1
|
|
github.com/lithammer/fuzzysearch v1.1.8
|
|
github.com/pterm/pterm v0.12.66
|
|
github.com/tc-hib/winres v0.3.1
|
|
golang.org/x/image v0.20.0
|
|
golang.org/x/sys v0.25.0
|
|
)
|
|
|
|
require (
|
|
atomicgo.dev/schedule v0.1.0 // indirect
|
|
github.com/containerd/console v1.0.3 // indirect
|
|
github.com/gookit/color v1.5.4 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
golang.org/x/term v0.16.0 // indirect
|
|
golang.org/x/text v0.18.0 // indirect
|
|
)
|