-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (29 loc) · 1.29 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
module src
go 1.16
require (
github.com/MichaelS11/go-dht v0.1.0 // indirect
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
github.com/eclipse/paho.mqtt.golang v1.3.3 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/mattn/go-sqlite3 v1.14.7 // indirect
github.com/muka/go-bluetooth v0.0.0-20201211051136-07f31c601d33 // indirect
github.com/nats-io/jwt v1.2.2 // indirect
github.com/nats-io/nats.go v1.10.0 // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/urfave/cli v1.22.5 // indirect
github.com/veandco/go-sdl2 v0.4.5 // indirect
go.bug.st/serial v1.1.3 // indirect
gobot.io/x/gobot v1.15.0 // indirect
gocv.io/x/gocv v0.27.0 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/net v0.0.0-20210501142056-aec3718b3fa0 // indirect
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
periph.io/x/periph v3.6.7+incompatible // indirect
tinygo.org/x/bluetooth v0.3.0 // indirect
)