mirror of
https://gitee.com/energye/energy.git
synced 2024-11-29 18:28:06 +08:00
20967d140b
R: 移除 liblclbinres 内置方式, 方便以后构建liblcl, 兼容低版本到Go1.11 ,更简单使用内置liblcl, 更灵活
24 lines
544 B
Modula-2
24 lines
544 B
Modula-2
module github.com/energye/energy/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/energye/golcl v1.0.8
|
|
)
|
|
|
|
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/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 github.com/kenshaw/snaker v0.2.0 // indirect
|