robocar-base/go.mod

12 lines
292 B
Modula-2
Raw Normal View History

2019-11-30 20:49:19 +00:00
module github.com/cyrilix/robocar-base
2020-09-06 12:21:21 +00:00
go 1.15
2019-11-30 20:49:19 +00:00
require (
github.com/eclipse/paho.mqtt.golang v1.2.0
2020-09-06 12:27:31 +00:00
github.com/golang/protobuf v1.4.2
2020-09-06 12:29:06 +00:00
github.com/sirupsen/logrus v1.6.0
github.com/testcontainers/testcontainers-go v0.7.0
2020-09-06 12:24:03 +00:00
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
2019-11-30 20:49:19 +00:00
)