-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 1.06 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/StageAutoControl/controller
go 1.13
require (
github.com/apinnecke/go-exitcontext v0.0.0-20190131152654-06015046a58d
github.com/creasty/go-easing v0.0.0-20161107103139-0cfd96d3a544
github.com/google/btree v1.0.1-0.20190326150332-20236160a414 // indirect
github.com/gordonklaus/portaudio v0.0.0-20180817120803-00e7307ccd93
github.com/gorilla/handlers v1.4.2
github.com/gorilla/rpc v1.2.0
github.com/gorilla/websocket v1.4.1
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/jsimonetti/go-artnet v0.0.0-20200117113556-db828ac108e3
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible
github.com/rakyll/portmidi v0.0.0-20191102002215-74e95e8bc9b1
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20200116001909-b77594299b42 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)