34 lines
1.2 KiB
Modula-2
34 lines
1.2 KiB
Modula-2
module github.com/cyrilix/robocar-steering-tflite-edgetpu
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/cyrilix/robocar-base v0.1.7
|
|
github.com/cyrilix/robocar-protobuf/go v1.0.5
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/eclipse/paho.mqtt.golang v1.4.1
|
|
github.com/mattn/go-tflite v1.0.2
|
|
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.30.0
|
|
go.opentelemetry.io/otel/metric v0.30.0
|
|
go.opentelemetry.io/otel/sdk/metric v0.30.0
|
|
go.uber.org/zap v1.21.0
|
|
google.golang.org/protobuf v1.28.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/mattn/go-pointer v0.0.1 // indirect
|
|
go.opentelemetry.io/otel v1.7.0 // indirect
|
|
go.opentelemetry.io/otel/sdk v1.7.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.7.0 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/image v0.0.0-20200430140353-33d19683fad8 // indirect
|
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
|
|
)
|