aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 00d2245e009f2974833ec4a8020be16ecb8960a0 (plain)
1
2
3
4
5
6
7
8
9
10
module dim13.org/elegoo

require (
	github.com/dim13/cobs v1.0.0
	github.com/golang/protobuf v1.2.0
	github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
	golang.org/x/net v0.0.0-20180906233101-161cd47e91fd // indirect
	golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
	golang.org/x/sys v0.0.0-20180907202204-917fdcba135d // indirect
)