Use better maintained go.bug.st/serial

This commit switches to serial port library to the better maintained
go.bug.st/serial library.
This commit is contained in:
Jan Dittberner 2020-04-17 19:39:06 +02:00
parent 42d1e6e991
commit 80b3309c7c
7 changed files with 51 additions and 65 deletions

4
go.mod
View file

@ -3,7 +3,7 @@ module git.cacert.org/cacert-gosigner
go 1.14
require (
github.com/goburrow/serial v0.1.0
github.com/sirupsen/logrus v1.5.0
gopkg.in/yaml.v2 v2.2.8
go.bug.st/serial v1.0.0
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)