10 lines
256 B
Modula-2
10 lines
256 B
Modula-2
|
module github.com/cyrilix/robocar-arduino
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/cyrilix/robocar-base v0.0.0-20191130211104-6787cc2af16d
|
||
|
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
|
||
|
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
|
||
|
)
|