2023-05-31 17:47:57 +08:00
|
|
|
module github.com/energye/energy/v2
|
2023-02-02 14:38:35 +08:00
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
require (
|
2023-06-22 15:47:57 +08:00
|
|
|
github.com/energye/golcl v1.0.1
|
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-02-21 10:40:01 +08:00
|
|
|
github.com/tevino/abool v0.0.0-20220530134649-2bfc934cb23c
|
|
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
|
2023-02-02 14:38:35 +08:00
|
|
|
)
|
2023-03-09 23:17:55 +08:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
)
|