go.mod
author Mikael Berthe <mikael@lilotux.net>
Sat, 10 Jul 2021 22:15:47 +0200
changeset 30 0df0950f4c21
parent 29 2b8506d91ad5
permissions -rw-r--r--
Add option --until We have --since (alias for --from-date), let's have --until for --to-date...

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
)