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:
parent
42d1e6e991
commit
80b3309c7c
7 changed files with 51 additions and 65 deletions
4
go.mod
4
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue