streamdeck-obs-replay/go.mod

12 lines
294 B
Modula-2

module meow.tf/streamdeck/obs-replay
go 1.13
require (
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
github.com/gorilla/websocket v1.4.1
github.com/mitchellh/mapstructure v1.1.2
github.com/valyala/fastjson v1.4.1
meow.tf/streamdeck/sdk v0.0.0-20190519021527-54a933f8777d
)