mirror of
https://gitee.com/energye/energy.git
synced 2024-11-29 10:17:45 +08:00
14 lines
283 B
Modula-2
14 lines
283 B
Modula-2
module github.com/energye/energy/v2
|
|
|
|
go 1.16
|
|
|
|
require github.com/energye/golcl v1.1.0
|
|
|
|
require (
|
|
github.com/godbus/dbus/v5 v5.1.0
|
|
github.com/mattn/go-pointer v0.0.1
|
|
github.com/tevino/abool v0.0.0-20220530134649-2bfc934cb23c
|
|
golang.org/x/image v0.12.0
|
|
golang.org/x/sys v0.12.0
|
|
)
|