-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
55 lines (53 loc) · 2.53 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
module github.com/mudler/gluedd-cli
go 1.14
require (
github.com/CorentinB/gobbox v0.0.0-20181128125648-ea6d89695a09 // indirect
github.com/creack/goselect v0.1.1 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/go-ble/ble v0.0.0-20200407180624-067514cd6e24 // indirect
github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191 // indirect
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jolibrain/godd v0.0.0-20190702095257-ae5a168df98f
github.com/korandiz/v4l v0.0.0-20180520170035-995f703bfc89
github.com/magiconair/properties v1.8.1 // indirect
github.com/marpie/go-mjpeg v0.0.0-20170224190618-6ffaae5402e3
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/mudler/gluedd v0.0.0-20190806155527-5ec47c26aaad
github.com/nats-io/jwt v1.0.1 // indirect
github.com/nats-io/nats.go v1.10.0 // indirect
github.com/nats-io/nkeys v0.2.0 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/oliamb/cutter v0.2.2
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/pixiv/go-libjpeg v0.0.0-20161111043336-c49be700eba7
github.com/pkg/errors v0.9.1 // indirect
github.com/raff/goble v0.0.0-20200327175727-d63360dcfd80 // indirect
github.com/sahilm/fuzzy v0.1.0
github.com/saljam/mjpeg v0.0.0-20180803045301-9c13c8154926
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.0 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/spf13/viper v1.4.0
github.com/urfave/cli v1.22.4 // indirect
github.com/veandco/go-sdl2 v0.4.4 // indirect
go.bug.st/serial.v1 v0.0.0-20191202182710-24a6610f0541 // indirect
gobot.io/x/gobot v1.14.0
gocv.io/x/gocv v0.23.0 // indirect
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
golang.org/x/image v0.0.0-20190802002840-cff245a6509b // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/sys v0.0.0-20200724161237-0e2f3a69832c // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/ini.v1 v1.46.0 // indirect
gopkg.in/macaron.v1 v1.3.4
gopkg.in/yaml.v2 v2.2.2 // indirect
periph.io/x/periph v3.6.4+incompatible // indirect
)