streamdeck-remote/go.mod

11 lines
255 B
Modula-2

module meow.tf/streamdeck-remote
go 1.12
require (
github.com/gorilla/websocket v1.4.0 // indirect
github.com/valyala/fastjson v1.4.1
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
meow.tf/streamdeck/sdk v0.0.0-20190519021527-54a933f8777d
)