module github.com/shayne/hwinfo-streamdeck go 1.19 require ( github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 github.com/golang/protobuf v1.5.2 github.com/gorilla/websocket v1.5.0 github.com/hashicorp/go-plugin v1.4.8 github.com/shayne/go-winpeg v0.0.0-20200807055429-803ae16a07c6 golang.org/x/image v0.3.0 golang.org/x/sys v0.4.0 golang.org/x/text v0.6.0 google.golang.org/grpc v1.52.0 google.golang.org/protobuf v1.28.1 ) require ( github.com/fatih/color v1.13.0 // indirect github.com/hashicorp/go-hclog v1.4.0 // indirect github.com/hashicorp/yamux v0.1.1 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.17 // indirect github.com/mitchellh/go-testing-interface v1.14.1 // indirect github.com/oklog/run v1.1.0 // indirect golang.org/x/net v0.5.0 // indirect google.golang.org/genproto v0.0.0-20230113154510-dbe35b8444a5 // indirect )