1
0
Fork 0
mirror of https://github.com/Luzifer/streamdeck.git synced 2024-12-20 09:41:19 +00:00
streamdeck/go.mod
Knut Ahlers 9c957e71ce
Update Go dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-10-29 09:55:14 +01:00

12 lines
242 B
Modula-2

module github.com/Luzifer/streamdeck
go 1.21
require (
github.com/disintegration/imaging v1.6.2
github.com/pkg/errors v0.9.1
github.com/sstallion/go-hid v0.14.1
golang.org/x/image v0.21.0
)
require golang.org/x/sys v0.26.0 // indirect