mirror of
https://gitee.com/energye/energy.git
synced 2024-11-29 18:28:06 +08:00
21 lines
555 B
Modula-2
21 lines
555 B
Modula-2
module github.com/energye/energy/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/energye/golcl v1.0.4
|
|
github.com/energye/liblclbinres v1.0.3
|
|
github.com/godbus/dbus/v5 v5.1.0
|
|
github.com/jessevdk/go-flags v1.5.0
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
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/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
)
|