1
0
Fork 0
mirror of https://github.com/Luzifer/streamdeck.git synced 2024-10-18 05:04:18 +00:00
streamdeck/go.mod
Knut Ahlers ea8d38c642
Rotate images to have them upside-up
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-11-21 00:52:23 +01:00

10 lines
250 B
Modula-2

module github.com/Luzifer/streamdeck
go 1.13
require (
github.com/disintegration/imaging v1.6.2
github.com/pkg/errors v0.8.1
github.com/sstallion/go-hid v0.0.0-20190621001400-1cf4630be9f4
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
)