diff -r a8138193a9bb -r e882f78c302e go.mod --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/go.mod Sat Mar 13 19:31:49 2021 +0100 @@ -0,0 +1,9 @@ +module gobm65 + +go 1.16 + +require ( + github.com/spf13/pflag v1.0.5 + github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 + golang.org/x/sys v0.0.0-20210313110737-8e9fff1a3a18 // indirect +)