2020-09-20 21:16:06 +00:00
|
|
|
module github.com/cyrilix/robocar-simulator
|
|
|
|
|
2021-09-01 20:13:52 +00:00
|
|
|
go 1.17
|
2020-09-20 21:16:06 +00:00
|
|
|
|
|
|
|
require (
|
2021-09-01 20:13:52 +00:00
|
|
|
github.com/avast/retry-go v3.0.0+incompatible
|
2021-10-12 21:51:14 +00:00
|
|
|
github.com/cyrilix/robocar-base v0.1.5
|
2021-09-01 20:13:52 +00:00
|
|
|
github.com/cyrilix/robocar-protobuf/go v1.0.3
|
2021-10-17 17:03:29 +00:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2021-09-01 20:13:52 +00:00
|
|
|
github.com/eclipse/paho.mqtt.golang v1.3.5
|
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-10-12 20:33:13 +00:00
|
|
|
go.uber.org/zap v1.19.1
|
2021-09-01 20:13:52 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
2021-10-12 20:33:13 +00:00
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
2021-10-17 17:03:29 +00:00
|
|
|
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
|
2021-10-12 20:33:13 +00:00
|
|
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
|
2021-09-01 20:13:52 +00:00
|
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
2020-09-20 21:16:06 +00:00
|
|
|
)
|