energy/go.mod

18 lines
480 B
Modula-2
Raw Normal View History

2023-02-19 13:42:46 +08:00
module github.com/energye/energy
2023-02-02 14:38:35 +08:00
go 1.18
require (
2023-02-21 11:13:34 +08:00
github.com/energye/golcl v0.0.0-20230221030031-f70c394ea7a4
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
)