robocar-base/go.mod

13 lines
341 B
Modula-2
Raw Normal View History

2019-11-30 20:49:19 +00:00
module github.com/cyrilix/robocar-base
go 1.13
require (
github.com/Microsoft/hcsshim v0.8.6 // indirect
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/golang/protobuf v1.3.2
github.com/sirupsen/logrus v1.2.0
2019-11-30 20:49:19 +00:00
github.com/testcontainers/testcontainers-go v0.0.9
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 // indirect
)