2019-12-01 21:35:19 +00:00
|
|
|
module github.com/cyrilix/robocar-arduino
|
|
|
|
|
2022-08-18 10:59:33 +00:00
|
|
|
go 1.19
|
2019-12-01 21:35:19 +00:00
|
|
|
|
|
|
|
require (
|
2022-06-07 17:48:23 +00:00
|
|
|
github.com/cyrilix/robocar-base v0.1.7
|
2022-09-03 16:40:06 +00:00
|
|
|
github.com/cyrilix/robocar-protobuf/go v1.1.0
|
2022-06-07 17:48:23 +00:00
|
|
|
github.com/eclipse/paho.mqtt.golang v1.4.1
|
2019-12-01 21:35:19 +00:00
|
|
|
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
|
2022-09-03 16:40:06 +00:00
|
|
|
go.uber.org/zap v1.23.0
|
|
|
|
google.golang.org/protobuf v1.28.1
|
2021-09-01 18:40:28 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-01-03 09:24:06 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2021-09-01 18:40:28 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
2021-10-12 15:55:58 +00:00
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
|
2022-06-07 17:48:23 +00:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
2021-10-12 15:55:58 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
|
2019-12-01 21:35:19 +00:00
|
|
|
)
|