mirror of
https://gitee.com/energye/energy.git
synced 2024-11-30 02:37:46 +08:00
38 lines
1.1 KiB
Modula-2
38 lines
1.1 KiB
Modula-2
module github.com/energye/energy/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/energye/golcl v1.0.7
|
|
github.com/energye/liblclbinres/v2 v2.3.5
|
|
)
|
|
|
|
require (
|
|
atomicgo.dev/cursor v0.2.0
|
|
atomicgo.dev/keyboard v0.2.9
|
|
github.com/godbus/dbus/v5 v5.1.0
|
|
github.com/jessevdk/go-flags v1.5.0
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/lithammer/fuzzysearch v1.1.8
|
|
github.com/mattn/go-pointer v0.0.1
|
|
github.com/pterm/pterm v0.12.66
|
|
github.com/tc-hib/winres v0.2.0
|
|
github.com/tevino/abool v0.0.0-20220530134649-2bfc934cb23c
|
|
golang.org/x/image v0.12.0
|
|
golang.org/x/sys v0.12.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/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // 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.11.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
)
|