2023-05-31 17:47:57 +08:00
|
|
|
module github.com/energye/energy/v2
|
2023-02-02 14:38:35 +08:00
|
|
|
|
2024-01-01 01:41:04 +08:00
|
|
|
go 1.16
|
2023-02-02 14:38:35 +08:00
|
|
|
|
2023-09-20 17:35:34 +08:00
|
|
|
require (
|
2023-09-21 11:54:07 +08:00
|
|
|
github.com/energye/golcl v1.0.7
|
2023-11-27 13:15:38 +08:00
|
|
|
github.com/energye/liblclbinres/v2 v2.3.5
|
2023-09-20 17:35:34 +08:00
|
|
|
)
|
|
|
|
|
2023-02-02 14:38:35 +08:00
|
|
|
require (
|
2023-09-11 18:30:28 +08:00
|
|
|
atomicgo.dev/cursor v0.2.0
|
|
|
|
atomicgo.dev/keyboard v0.2.9
|
2023-02-02 14:38:35 +08:00
|
|
|
github.com/godbus/dbus/v5 v5.1.0
|
|
|
|
github.com/jessevdk/go-flags v1.5.0
|
2023-03-09 23:17:55 +08:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2023-09-11 18:30:28 +08:00
|
|
|
github.com/lithammer/fuzzysearch v1.1.8
|
2023-12-04 17:49:43 +08:00
|
|
|
github.com/mattn/go-pointer v0.0.1
|
2023-09-10 21:57:00 +08:00
|
|
|
github.com/pterm/pterm v0.12.66
|
2023-10-02 16:46:45 +08:00
|
|
|
github.com/tc-hib/winres v0.2.0
|
2023-02-21 10:40:01 +08:00
|
|
|
github.com/tevino/abool v0.0.0-20220530134649-2bfc934cb23c
|
2023-09-07 18:00:06 +08:00
|
|
|
golang.org/x/image v0.12.0
|
2023-09-06 15:03:26 +08:00
|
|
|
golang.org/x/sys v0.12.0
|
2023-02-02 14:38:35 +08:00
|
|
|
)
|