go.mod
author Mikael Berthe <mikael@lilotux.net>
Sat, 10 Jul 2021 20:57:45 +0200
changeset 29 2b8506d91ad5
parent 27 e882f78c302e
permissions -rw-r--r--
Update module dependencies

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-20210630005230-0f9fa26af87c // indirect
)