Tyler eca3834fd7
Some checks failed
continuous-integration/drone/push Build is failing
initial version
2020-01-14 23:32:53 -05:00

12 lines
312 B
Modula-2

module meow.tf/streamdeck/obs-replay
go 1.13
require (
github.com/christopher-dG/go-obs-websocket v0.0.0-20181224025342-2efc3605bff5
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
)