Initial Push

This commit is contained in:
2026-03-15 10:10:13 -06:00
commit 663d452ca3
14 changed files with 1413 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module github.com/WoodardDigital/streamdeck-go
go 1.25.0
require (
github.com/fsnotify/fsnotify v1.9.0
github.com/sstallion/go-hid v0.15.0
golang.org/x/image v0.37.0
gopkg.in/yaml.v3 v3.0.1
)
require golang.org/x/sys v0.13.0 // indirect