2023-05-20 20:25:21 +08:00
|
|
|
module gobot.io/x/gobot/v2
|
2019-10-02 06:21:17 +08:00
|
|
|
|
2023-10-20 17:41:16 +08:00
|
|
|
go 1.19
|
2019-10-02 06:21:17 +08:00
|
|
|
|
|
|
|
require (
|
2023-09-23 18:32:31 +08:00
|
|
|
github.com/0xcafed00d/joystick v1.0.1
|
2022-10-20 01:32:56 +08:00
|
|
|
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f
|
|
|
|
github.com/donovanhide/eventsource v0.0.0-20210830082556-c59027999da0
|
2023-10-19 01:32:22 +08:00
|
|
|
github.com/eclipse/paho.mqtt.golang v1.4.3
|
2023-05-16 23:52:19 +08:00
|
|
|
github.com/gofrs/uuid v4.4.0+incompatible
|
2022-10-20 01:32:56 +08:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2019-10-02 06:21:17 +08:00
|
|
|
github.com/hybridgroup/go-ardrone v0.0.0-20140402002621-b9750d8d7b78
|
|
|
|
github.com/hybridgroup/mjpeg v0.0.0-20140228234708-4680f319790e
|
2023-10-19 01:32:22 +08:00
|
|
|
github.com/nats-io/nats.go v1.31.0
|
2023-09-23 18:32:31 +08:00
|
|
|
github.com/nsf/termbox-go v1.1.1
|
2022-10-20 01:32:56 +08:00
|
|
|
github.com/sigurn/crc8 v0.0.0-20220107193325-2243fe600f9f
|
2023-06-04 20:13:41 +08:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2023-10-19 01:32:22 +08:00
|
|
|
github.com/warthog618/gpiod v0.8.2
|
|
|
|
go.bug.st/serial v1.6.1
|
|
|
|
gocv.io/x/gocv v0.35.0
|
2023-12-09 01:09:58 +08:00
|
|
|
golang.org/x/net v0.19.0
|
2024-01-07 02:19:08 +08:00
|
|
|
golang.org/x/sys v0.16.0
|
2023-05-16 23:55:05 +08:00
|
|
|
periph.io/x/conn/v3 v3.7.0
|
2023-06-04 20:13:41 +08:00
|
|
|
periph.io/x/host/v3 v3.8.2
|
2023-10-19 01:32:22 +08:00
|
|
|
tinygo.org/x/bluetooth v0.8.0
|
2019-10-02 06:21:17 +08:00
|
|
|
)
|
2022-10-20 01:32:56 +08:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/creack/goselect v0.1.2 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/fatih/structs v1.1.0 // indirect
|
2023-10-19 01:32:22 +08:00
|
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
2022-10-20 01:32:56 +08:00
|
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
2023-12-09 01:09:58 +08:00
|
|
|
github.com/gorilla/websocket v1.5.1 // indirect
|
2022-10-20 01:32:56 +08:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2023-12-09 01:09:58 +08:00
|
|
|
github.com/klauspost/compress v1.17.4 // indirect
|
2023-09-23 18:32:31 +08:00
|
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
2023-06-04 20:13:41 +08:00
|
|
|
github.com/muka/go-bluetooth v0.0.0-20221213043340-85dc80edc4e1 // indirect
|
2024-01-07 02:19:08 +08:00
|
|
|
github.com/nats-io/nkeys v0.4.7 // indirect
|
2022-10-20 01:32:56 +08:00
|
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-10-19 01:32:22 +08:00
|
|
|
github.com/saltosystems/winrt-go v0.0.0-20231011131235-9071442c0c84 // indirect
|
2023-06-04 20:13:41 +08:00
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2022-10-20 01:32:56 +08:00
|
|
|
github.com/tinygo-org/cbgo v0.0.4 // indirect
|
2024-01-07 02:19:08 +08:00
|
|
|
golang.org/x/crypto v0.17.0 // indirect
|
|
|
|
golang.org/x/sync v0.6.0 // indirect
|
2022-10-20 01:32:56 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|