13 lines
244 B
Modula-2
13 lines
244 B
Modula-2
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
|