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
)