style: apply linter
This commit is contained in:
parent
3e024f4e0a
commit
c01286d475
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,6 @@ func main() {
|
|||
}
|
||||
|
||||
s := screen.NewScreen(params)
|
||||
|
||||
client := ha.NewClient(params)
|
||||
|
||||
for {
|
||||
|
|
|
|||
3
go.mod
3
go.mod
|
|
@ -2,11 +2,12 @@ module gitnet.fr/deblan/ha-rgb-screen
|
|||
|
||||
go 1.25.1
|
||||
|
||||
require github.com/kbinani/screenshot v0.0.0-20250624051815-089614a94018
|
||||
|
||||
require (
|
||||
github.com/gen2brain/shm v0.1.0 // indirect
|
||||
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
||||
github.com/jezek/xgb v1.1.1 // indirect
|
||||
github.com/kbinani/screenshot v0.0.0-20250624051815-089614a94018 // indirect
|
||||
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
|
||||
golang.org/x/sys v0.24.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue